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
commit4e1dbdd70f17d96fbcac6792d0c2a2488ec1cdf3 (patch)
tree0cada6693c487b158ec756c87f96f2b4a9ed2371 /tox.ini
parent081673c0c3a6e039596d3318045baec256d4f04f (diff)
downloadpyfilesystem-git-4e1dbdd70f17d96fbcac6792d0c2a2488ec1cdf3.tar.gz
Added simplejson dependancy to tox.ini
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 \
[]