aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2017-10-07 15:35:44 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2017-10-07 15:35:44 +0200
commit3e269c1c6369af3ffbae031d096c29cb9f0a1e76 (patch)
tree7c3e09162e65e42bb151b2fb224ced5e184e7f2e /Makefile
parentupdate submodule (diff)
downloadpygensvm-3e269c1c6369af3ffbae031d096c29cb9f0a1e76.tar.gz
pygensvm-3e269c1c6369af3ffbae031d096c29cb9f0a1e76.zip
rearrange and update setup.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb8022d..8d8bb6c 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ install2: ## Install for the current user using the python2 command
python2 setup.py build_ext --inplace
python2 setup.py install --user
-test: develop ## Run nosetests using the default nosetests command
+test: in ## Run nosetests using the default nosetests command
nosetests -v
test2: develop2 ## Run nosetests using the nosetests2 command