From: Kenneth Reitz Date: Sat, 15 Oct 2011 16:54:50 +0000 (-0400) Subject: all teh colors X-Git-Tag: v0.6.5~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0b9357f1bfe2eb4c0d7d0614ec948caeaa49fe1;p=services%2Fpython-requests.git all teh colors --- diff --git a/Makefile b/Makefile index f248cd5..8b49b27 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 ec6d2d0..46acb76 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