From: Kenneth Reitz Date: Mon, 10 Oct 2011 13:39:44 +0000 (-0400) Subject: --core-target X-Git-Tag: v0.8.0~94^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=975a183796ac6feccecc8f9d0fd6b4d9eea97e1e;p=services%2Fpython-requests.git --core-target --- diff --git a/Makefile b/Makefile index e30949b..fd4e8ae 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: