fixes
authorKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 06:44:07 +0000 (01:44 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 23 Jan 2012 06:44:07 +0000 (01:44 -0500)
Makefile

index 6213fcb2ff9687f0549bf494b1456de064cc89cc..d99e8ac83eb17229a5d7c29d993b37e9ae31a707 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ init:
        pip install -r requirements.txt
 
 test:
-       nosetests --with-color test_requests.py
+       nosetests  test_requests.py
 
 ci: init
        nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml