summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-10-30 09:55:44 +0100
committerGeorg Brandl <georg@python.org>2012-10-30 09:55:44 +0100
commit889c2609637fc1d64935e5bcdc537120768d876e (patch)
tree90f0bbf154505da55010419e80ae41923accdaf6 /tox.ini
parentb694161cd3da8e6667570b2beaf730f24ee86e67 (diff)
downloadsphinx-889c2609637fc1d64935e5bcdc537120768d876e.tar.gz
Update required Python to 2.5.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index ef61bdef..bfb50e39 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=py24,py25,py26,py27,py31,py32,pypy,du08,du07,du06,du05
+envlist=py25,py26,py27,py31,py32,pypy,du09,du08,du07
[testenv]
deps=
@@ -10,11 +10,6 @@ commands=
{envpython} tests/run.py {posargs}
sphinx-build -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
-[testenv:py24]
-deps=
- nose
- simplejson==2.1.0
-
[testenv:py25]
deps=
nose
@@ -44,3 +39,8 @@ deps=
deps=
nose
docutils==0.8.1
+
+[testenv:du09]
+deps=
+ nose
+ docutils==0.9.1