aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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