From 1be8420e868aa898da512aead3160d48867b07ed Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 13 Dec 2017 14:36:16 -0500 Subject: various documentation updates --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3