From: Kenneth Reitz Date: Mon, 10 Oct 2011 13:20:24 +0000 (-0400) Subject: blah X-Git-Tag: v0.8.0~94^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7671e3878cbb0f68ed9d1fabb96560227c2df31d;p=services%2Fpython-requests.git blah --- diff --git a/Makefile b/Makefile index 12ab7fc..e30949b 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,10 @@ init: test: nosetests tests/integration_tests.py --processes=25 +ci: init + nosetests --processes=25 --source-folder=. --with-nosexunit tests/*.py + pyflakes requests | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' > violations.pyflakes.txt + site: cd docs; make dirhtml diff --git a/reqs.txt b/reqs.txt index 87d3584..93bc391 100644 --- a/reqs.txt +++ b/reqs.txt @@ -1,3 +1,4 @@ nose mock pyflakes +NoseXUnit