From: Kenneth Reitz Date: Fri, 9 Dec 2011 21:23:16 +0000 (-0800) Subject: colors! X-Git-Tag: v0.8.4~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=463ca76cc44f5ae2ee15e217e0ffa5305ef14ae5;p=services%2Fpython-requests.git colors! --- diff --git a/Makefile b/Makefile index 9500cb7..dbda99f 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 46acb76..51fb282 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