diff --git a/Makefile b/Makefile index e30949b1..fd4e8ae6 100644 --- a/Makefile +++ b/Makefile @@ -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: