aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2017-12-13 14:36:16 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2017-12-13 14:36:16 -0500
commit1be8420e868aa898da512aead3160d48867b07ed (patch)
tree79a0d90d79756d18a293e9f1c33fd56786de6724 /Makefile
parentamend last commit (diff)
downloadpygensvm-1be8420e868aa898da512aead3160d48867b07ed.tar.gz
pygensvm-1be8420e868aa898da512aead3160d48867b07ed.zip
various documentation updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c330cd5..353cddc 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ install2: ## Install for the current user using the python2 command
test: in ## Run nosetests using the default nosetests command
nosetests -v
-test2: develop2 ## Run nosetests using the nosetests2 command
+test2: ## Run nosetests using the nosetests2 command
+ python2 setup.py build_ext -i
nosetests2 -v
cover: test ## Test unit test coverage using default nosetests