diff --git a/Makefile b/Makefile index b84d7b80..7747c349 100644 --- a/Makefile +++ b/Makefile @@ -93,10 +93,10 @@ clean: test: - nosetests --exe + nosetests --exe $(NOSE_OPTS) test-coverage: - nosetests --exe --with-cov --cov-report html --cov-config tox.ini + nosetests --exe --with-cov --cov-report html --cov-config tox.ini $(NOSE_OPTS) test-data: ./tests/data/specs/build.sh