fix tox configuration

This commit is contained in:
Kenneth Reitz
2011-02-17 20:31:02 -05:00
parent cc3d020914
commit 35763f8c24
+1 -1
View File
@@ -1,4 +1,4 @@
[tox]
envlist = py24,py25,py26,py27
[testenv]
commands=nosetests --with-xunit --xunit-file=nosetests.xml
commands=nosetests test_tablib.py --with-xunit --xunit-file=nosetests.xml