summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-04-25 19:22:13 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-04-25 19:22:13 +0000
commit5768675c3b5c588476afbc4bd13e07866b16a04b (patch)
tree0cada6693c487b158ec756c87f96f2b4a9ed2371 /tox.ini
parent9a3f04f7ad47ac61993296d8503cb036b6a88447 (diff)
downloadpyfilesystem-5768675c3b5c588476afbc4bd13e07866b16a04b.tar.gz
Added simplejson dependancy to tox.ini
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@698 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index eae4ef8..1d849a1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@ deps=dexml
pyftpdlib
[testenv:py25]
+deps = simplejson
commands = nosetests -v \
[]