mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
take out pyflakes.. for now.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user