diff --git a/Makefile b/Makefile index f248cd5e..8b49b27e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ init: pip install -r reqs.txt test: - python test_requests.py + nosetests test_requests.py --with-color ci: init nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml diff --git a/reqs.txt b/reqs.txt index ec6d2d0c..46acb760 100644 --- a/reqs.txt +++ b/reqs.txt @@ -1,6 +1,7 @@ -gunicorn envoy==0.0.2 +httpbin==0.0.4 +gunicorn nose pyflakes omnijson -httpbin==0.0.4 \ No newline at end of file +rudolf \ No newline at end of file