colors!
authorKenneth Reitz <me@kennethreitz.com>
Fri, 9 Dec 2011 21:23:16 +0000 (13:23 -0800)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 9 Dec 2011 21:23:16 +0000 (13:23 -0800)
Makefile
reqs.txt

index 9500cb7..dbda99f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ init:
        pip install -r reqs.txt
 
 test:
-       nosetests test_requests.py
+       nosetests --with-color test_requests.py
 
 ci: init
        nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml
index 46acb76..51fb282 100644 (file)
--- a/reqs.txt
+++ b/reqs.txt
@@ -4,4 +4,4 @@ gunicorn
 nose
 pyflakes
 omnijson
-rudolf
\ No newline at end of file
+rudolf2
\ No newline at end of file