From cff8a6ac9a95bfbcb88280c866e17c3d9491d606 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Feb 2011 01:31:21 -0500 Subject: [PATCH] i've got to figure this out --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 876e0f5..84029ee 100644 --- a/tox.ini +++ b/tox.ini @@ -3,4 +3,6 @@ envlist = py24,py25,py26,py27 [testenv] commands=nosetests test_tablib.py --with-xunit --xunit-file=nosetests.xml -deps = nose,simplejson \ No newline at end of file +deps = + nose + simplejson \ No newline at end of file