blah
authorKenneth Reitz <me@kennethreitz.com>
Mon, 10 Oct 2011 13:20:24 +0000 (09:20 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 10 Oct 2011 13:20:24 +0000 (09:20 -0400)
Makefile
reqs.txt

index 12ab7fc3131542f4e84d3f7159adf8f87e4c90dc..e30949b1a8515de5935bd7da5c4bf11c31002d91 100644 (file)
--- 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
 
index 87d358438ff816f6959e479761f0a48a9babb988..93bc3911bc1f07feaacd69faf14ae9025c119e87 100644 (file)
--- a/reqs.txt
+++ b/reqs.txt
@@ -1,3 +1,4 @@
 nose
 mock
 pyflakes
+NoseXUnit