added simplejson to tox config.

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