summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2013-07-25 00:26:43 +0000
committershimizukawa <shimizukawa@gmail.com>2013-07-25 00:26:43 +0000
commit2693ad780d78327e939fd3eaa765eefaf645adfc (patch)
treeeaa8e28601e8b34bf77f3fca9c23873244e77e56 /tox.ini
parent2bb8957a33404173427fa0e704f0e06603a58889 (diff)
downloadsphinx-2693ad780d78327e939fd3eaa765eefaf645adfc.tar.gz
add docutils-0.11 for testing
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cc6a1d2b..3c2a7733 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=py25,py26,py27,py31,py32,py33,pypy,du10,du09,du08,du07
+envlist=py25,py26,py27,py31,py32,py33,pypy,du11,du10,du09,du08,du07
[testenv]
deps=
@@ -48,3 +48,8 @@ deps=
deps=
docutils==0.10
{[testenv]deps}
+
+[testenv:du11]
+deps=
+ docutils==0.11
+ {[testenv]deps}