From 92d321febaf99d7918e1c08ad32c9b6480d74a9e Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 30 May 2019 17:32:05 +0100 Subject: Use green for testing in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 22ed0c7..134fcbe 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ install2: ## Install for the current user using the python2 command python2 setup.py install --user test: in ## Run nosetests using the default nosetests command - nosetests -v + green -vvv -f test2: ## Run nosetests using the nosetests2 command python2 setup.py build_ext -i -- cgit v1.2.3