Make it so.

This commit is contained in:
Kenneth Reitz
2011-10-13 20:33:39 -04:00
parent 76b8afee94
commit 565745f7b7
+14
View File
@@ -0,0 +1,14 @@
init:
pip install -r reqs.txt
test:
nosetests test_requests.py --processes=30
ci: init
nosetests --search-test --processes=30 --with-nosexunit test_requests.py
pyflakes requests | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' > violations.pyflakes.txt
site:
cd docs; make dirhtml
docs: site