From 35763f8c245c54d0ac130997bdd5d53391ff78ba Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 17 Feb 2011 20:31:02 -0500 Subject: [PATCH] fix tox configuration --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a7083f..9054016 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ [tox] envlist = py24,py25,py26,py27 [testenv] -commands=nosetests --with-xunit --xunit-file=nosetests.xml \ No newline at end of file +commands=nosetests test_tablib.py --with-xunit --xunit-file=nosetests.xml \ No newline at end of file