take out pyflakes.. for now.
authorKenneth Reitz <me@kennethreitz.com>
Fri, 14 Oct 2011 02:34:01 +0000 (22:34 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 14 Oct 2011 02:34:01 +0000 (22:34 -0400)
Makefile

index 1686ea5..e4872da 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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