--core-target
authorKenneth Reitz <me@kennethreitz.com>
Mon, 10 Oct 2011 13:39:44 +0000 (09:39 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 10 Oct 2011 13:39:44 +0000 (09:39 -0400)
Makefile

index e30949b1a8515de5935bd7da5c4bf11c31002d91..fd4e8ae6b068915d81162035723c31d7a7c97e50 100644 (file)
--- 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: