diff --git a/Makefile b/Makefile index 9500cb76..dbda99fa 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ init: pip install -r reqs.txt test: - nosetests test_requests.py + nosetests --with-color test_requests.py ci: init nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml diff --git a/reqs.txt b/reqs.txt index 46acb760..51fb282b 100644 --- a/reqs.txt +++ b/reqs.txt @@ -4,4 +4,4 @@ gunicorn nose pyflakes omnijson -rudolf \ No newline at end of file +rudolf2 \ No newline at end of file