From d0b9357f1bfe2eb4c0d7d0614ec948caeaa49fe1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 15 Oct 2011 12:54:50 -0400 Subject: [PATCH] all teh colors --- Makefile | 2 +- reqs.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f248cd5..8b49b27 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ init: pip install -r reqs.txt test: - python test_requests.py + nosetests test_requests.py --with-color ci: init nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml diff --git a/reqs.txt b/reqs.txt index ec6d2d0..46acb76 100644 --- a/reqs.txt +++ b/reqs.txt @@ -1,6 +1,7 @@ -gunicorn envoy==0.0.2 +httpbin==0.0.4 +gunicorn nose pyflakes omnijson -httpbin==0.0.4 \ No newline at end of file +rudolf \ No newline at end of file -- 2.34.1