From 975a183796ac6feccecc8f9d0fd6b4d9eea97e1e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 10 Oct 2011 09:39:44 -0400 Subject: [PATCH] --core-target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: