tox coverage

This commit is contained in:
Kenneth Reitz
2011-02-17 19:37:45 -05:00
parent 73df22303b
commit 288b15fb54
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
nosetests test_tablib.py --with-xunit --with-coverage
tox
# coverage xml
rm -fr pylint.txt
# pylint -d W0312 -d W0212 -d E1101 -d E0202 -d W0102 -d E0102 -f parseable ./tablib > pylint.txt || true
+4
View File
@@ -0,0 +1,4 @@
[tox]
envlist = py24,py25,py26,py27
[testenv]
commands=nosetests --with-xunit --xunit-file=nosetests.xml