no color
authorKenneth Reitz <me@kennethreitz.com>
Fri, 24 Feb 2012 03:27:29 +0000 (22:27 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 24 Feb 2012 03:27:29 +0000 (22:27 -0500)
Makefile

index 799dfd9cb540d4b272508ddfe14fae860fa1f87b..f7888b70df6d9e952d563d33c54134dcc126d27f 100644 (file)
--- 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 &