disable rudolf until it obeys
authorKenneth Reitz <me@kennethreitz.com>
Sat, 22 Oct 2011 22:16:10 +0000 (18:16 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 22 Oct 2011 22:16:10 +0000 (18:16 -0400)
Makefile

index 8b49b27..9500cb7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ init:
        pip install -r reqs.txt
 
 test:
-       nosetests test_requests.py --with-color
+       nosetests test_requests.py
 
 ci: init
        nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml