From d2de647c470c6c69b0881ded19eb32e46c836a09 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 18 Feb 2011 01:29:16 -0500 Subject: [PATCH] added simplejson to tox config. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 57ca48d..4ef3052 100644 --- a/tox.ini +++ b/tox.ini @@ -3,4 +3,4 @@ envlist = py24,py25,py26,py27 [testenv] commands=nosetests test_tablib.py --with-xunit --xunit-file=nosetests.xml -deps = nose \ No newline at end of file +deps = nose simplejson \ No newline at end of file