Skip to content

Commit

Permalink
nosexunit is a steaming pile of trash
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Oct 15, 2011
1 parent daf9b60 commit 15755be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -5,7 +5,10 @@ test:
nosetests test_requests.py --processes=30

ci: init
nosetests --processes=30 --with-nosexunit test_requests.py
nosetests test_requests.py --with-xunit --xunit-file=junit-report.xml

stats:
pyflakes requests | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' > violations.pyflakes.txt

site:
cd docs; make dirhtml
Expand Down
2 changes: 0 additions & 2 deletions reqs.txt
@@ -1,5 +1,3 @@
nose
mock
pyflakes
NoseXUnit
omnijson

0 comments on commit 15755be

Please sign in to comment.