fixed nose issue

This commit is contained in:
Kenneth Reitz
2011-02-18 01:26:30 -05:00
parent 35763f8c24
commit 7afef680f5
+3 -1
View File
@@ -1,4 +1,6 @@
[tox]
envlist = py24,py25,py26,py27
[testenv]
commands=nosetests test_tablib.py --with-xunit --xunit-file=nosetests.xml
commands=nosetests test_tablib.py --with-xunit --xunit-file=nosetests.xml
deps = nose