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