From 463ca76cc44f5ae2ee15e217e0ffa5305ef14ae5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 9 Dec 2011 13:23:16 -0800 Subject: [PATCH] colors! --- Makefile | 2 +- reqs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9500cb7..dbda99f 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 diff --git a/reqs.txt b/reqs.txt index 46acb76..51fb282 100644 --- 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 -- 2.7.4