From: Kenneth Reitz Date: Sat, 15 Oct 2011 16:16:24 +0000 (-0400) Subject: `make test` X-Git-Tag: v0.6.5~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e840f46e113099f1d9d64ad7418809d84955ab7;p=services%2Fpython-requests.git `make test` --- diff --git a/Makefile b/Makefile index 0520374..f248cd5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ init: pip install -r reqs.txt test: - nosetests test_requests.py --processes=30 + python test_requests.py ci: init nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml