From: Kenneth Reitz Date: Fri, 24 Feb 2012 03:27:29 +0000 (-0500) Subject: no color X-Git-Tag: v0.10.5~8^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b0d53dcb7e1d152d1c04eeb02660b21f4f072e9;p=services%2Fpython-requests.git no color --- diff --git a/Makefile b/Makefile index 799dfd9..f7888b7 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ test: nosetests --with-color ./tests/* lazy: - nosetests --with-color tests/test_requests.py + nosetests tests/test_requests.py server: gunicorn httpbin:app --bind=0.0.0.0:7077 &