From e3ffbe638eea380a6760586a2b44b9a3e3006e2b Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Sun, 19 Apr 2015 19:37:23 +0200 Subject: Update versioneer and add first unit tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c4c2310..7a42f8f 100755 --- a/Makefile +++ b/Makefile @@ -45,3 +45,6 @@ install: uninstall: python setup.py uninstall --verbose + +test: + python setup.py test -- cgit v1.2.3