From: Kenneth Reitz Date: Mon, 23 Jan 2012 06:44:07 +0000 (-0500) Subject: fixes X-Git-Tag: v0.10.1~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18b5ee7d5bdedf2a2aac0c92910ced5e2479218e;p=services%2Fpython-requests.git fixes --- 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