This commit is contained in:
Kenneth Reitz
2011-10-10 09:20:24 -04:00
parent 372e4d94c5
commit 7671e3878c
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -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
+1
View File
@@ -1,3 +1,4 @@
nose
mock
pyflakes
NoseXUnit