From 0cf9ede580e3c661a1fdabdf0f4ce3a484cac363 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 10 Oct 2011 09:58:47 -0400 Subject: [PATCH] fix builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd4e8ae6..df91071d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ test: nosetests tests/integration_tests.py --processes=25 ci: init - nosetests --search-test --processes=30 --core-target=$${python} --with-nosexunit tests/*.py + nosetests --search-test --processes=30 --with-nosexunit tests/*.py pyflakes requests | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' > violations.pyflakes.txt site: