From 7afef680f5a49b86e0f134a482699d59b7b1d719 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Feb 2011 01:26:30 -0500 Subject: [PATCH] fixed nose issue --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9054016..57ca48d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,6 @@ [tox] envlist = py24,py25,py26,py27 + [testenv] -commands=nosetests test_tablib.py --with-xunit --xunit-file=nosetests.xml \ No newline at end of file +commands=nosetests test_tablib.py --with-xunit --xunit-file=nosetests.xml +deps = nose \ No newline at end of file