--core-target

This commit is contained in:
Kenneth Reitz
2011-10-10 09:39:44 -04:00
parent 7671e3878c
commit 975a183796
+1 -1
View File
@@ -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: