take out pyflakes.. for now.

This commit is contained in:
Kenneth Reitz
2011-10-13 22:34:01 -04:00
parent 435bd1242a
commit f0cfba708b
+1 -2
View File
@@ -5,8 +5,7 @@ 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
nosetests --processes=30 --with-nosexunit test_requests.py
site:
cd docs; make dirhtml