From f0cfba708b0de39c072c3a327d4674ce777a0f50 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 13 Oct 2011 22:34:01 -0400 Subject: [PATCH] take out pyflakes.. for now. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1686ea56..e4872da0 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,7 @@ test: nosetests test_requests.py --processes=30 ci: init - nosetests --search-test --processes=30 --with-nosexunit test_requests.py - pyflakes requests | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' > violations.pyflakes.txt + nosetests --processes=30 --with-nosexunit test_requests.py site: cd docs; make dirhtml