From 4b0d53dcb7e1d152d1c04eeb02660b21f4f072e9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 23 Feb 2012 22:27:29 -0500 Subject: [PATCH] no color --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 & -- 2.7.4