diff --git a/Makefile b/Makefile index 6213fcb2..d99e8ac8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ init: pip install -r requirements.txt test: - nosetests --with-color test_requests.py + nosetests test_requests.py ci: init nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml