summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Bahling <sbahling@suse.de>2015-04-19 19:37:23 +0200
committerScott Bahling <sbahling@suse.de>2015-04-19 19:37:23 +0200
commite3ffbe638eea380a6760586a2b44b9a3e3006e2b (patch)
treeb06a35b22ac981151822a82dce4562f7d4d0c1a0 /Makefile
parent480b40e658fb9c0edd1fdb0febf2629a06f13215 (diff)
downloadobsapi-e3ffbe638eea380a6760586a2b44b9a3e3006e2b.tar.gz
obsapi-e3ffbe638eea380a6760586a2b44b9a3e3006e2b.tar.xz
obsapi-e3ffbe638eea380a6760586a2b44b9a3e3006e2b.zip
Update versioneer and add first unit testsobsapi-0.0.3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
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