From 3e269c1c6369af3ffbae031d096c29cb9f0a1e76 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sat, 7 Oct 2017 15:35:44 +0200 Subject: rearrange and update setup.py --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3