summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-01 08:20:21 +0100
committerGeorg Brandl <georg@python.org>2014-03-01 08:20:21 +0100
commitdf61586c5bc6c03eced862a30c92272830d5ad3e (patch)
treedcad09ac8b3293dbc1b43ae6de2e571acc24d389 /tox.ini
parent238101f8739eee4bd74bd49609225ec12f674d63 (diff)
parentd052523421497a756449a78c7077ed53aab92139 (diff)
downloadsphinx-df61586c5bc6c03eced862a30c92272830d5ad3e.tar.gz
Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)
Drop docutils-0.7, 0.8, 0.9 support.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini22
1 files changed, 1 insertions, 21 deletions
diff --git a/tox.ini b/tox.ini
index ee8ce791..6d09f305 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=py26,py27,py32,py33,pypy,du11,du10,du09,du08,du07
+envlist=py26,py27,py32,py33,pypy,du11,du10
[testenv]
deps=
@@ -13,31 +13,11 @@ commands=
{envpython} tests/run.py {posargs}
sphinx-build -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
-[testenv:py33]
-deps=
- docutils>=0.10.0
- {[testenv]deps}
-
[testenv:pypy]
deps=
simplejson
{[testenv]deps}
-[testenv:du07]
-deps=
- docutils==0.7
- {[testenv]deps}
-
-[testenv:du08]
-deps=
- docutils==0.8.1
- {[testenv]deps}
-
-[testenv:du09]
-deps=
- docutils==0.9.1
- {[testenv]deps}
-
[testenv:du10]
deps=
docutils==0.10