summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-12-09 13:23:16 -0800
committerKenneth Reitz <me@kennethreitz.com>2011-12-09 13:23:16 -0800
commit463ca76cc44f5ae2ee15e217e0ffa5305ef14ae5 (patch)
treee151868cb353dc37491c7dde881b3d028f18aeb6 /Makefile
parentf7e4832472911bca058a4669d2e204792dbc8fbb (diff)
downloadpython-requests-463ca76cc44f5ae2ee15e217e0ffa5305ef14ae5.tar.gz
colors!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9500cb76..dbda99fa 100644
--- 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