summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Neuh?user <dasdasich@gmail.com>2011-01-08 21:17:57 +0100
committerDaniel Neuh?user <dasdasich@gmail.com>2011-01-08 21:17:57 +0100
commitb1d6a69d8b3e47b41e17afb50936e5dc864b9691 (patch)
treeea258567620a2a564b83737d24af5a83431ddf57 /tox.ini
parent4aa127834dd7a015cf42da666bfe116abe3848bc (diff)
downloadsphinx-b1d6a69d8b3e47b41e17afb50936e5dc864b9691.tar.gz
Add simplejson as a dependency for python 2.5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index cd6b248e..0d41f039 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,11 @@ deps=
nose
simplejson
+[testenv:py25]
+deps=
+ nose
+ simplejson
+
[testenv:py31]
deps=https://bitbucket.org/jpellerin/nose3/get/tip.zip