From 18b5ee7d5bdedf2a2aac0c92910ced5e2479218e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2012 01:44:07 -0500 Subject: [PATCH] fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6213fcb..d99e8ac 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ init: pip install -r requirements.txt test: - nosetests --with-color test_requests.py + nosetests test_requests.py ci: init nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml -- 2.34.1