mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
--core-target
This commit is contained in:
@@ -5,7 +5,7 @@ test:
|
||||
nosetests tests/integration_tests.py --processes=25
|
||||
|
||||
ci: init
|
||||
nosetests --processes=25 --source-folder=. --with-nosexunit tests/*.py
|
||||
nosetests --search-test --processes=30 --core-target=$${python} --with-nosexunit tests/*.py
|
||||
pyflakes requests | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' > violations.pyflakes.txt
|
||||
|
||||
site:
|
||||
|
||||
Reference in New Issue
Block a user