From 7671e3878cbb0f68ed9d1fabb96560227c2df31d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 10 Oct 2011 09:20:24 -0400 Subject: [PATCH] blah --- Makefile | 4 ++++ reqs.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 12ab7fc..e30949b 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,10 @@ init: test: nosetests tests/integration_tests.py --processes=25 +ci: init + nosetests --processes=25 --source-folder=. --with-nosexunit tests/*.py + pyflakes requests | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' > violations.pyflakes.txt + site: cd docs; make dirhtml diff --git a/reqs.txt b/reqs.txt index 87d3584..93bc391 100644 --- a/reqs.txt +++ b/reqs.txt @@ -1,3 +1,4 @@ nose mock pyflakes +NoseXUnit -- 2.34.1