fix builds

This commit is contained in:
Kenneth Reitz
2011-10-10 09:58:47 -04:00
parent 975a183796
commit 0cf9ede580
+1 -1
View File
@@ -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: