summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-09-23 07:59:19 +0200
committerGeorg Brandl <georg@python.org>2011-09-23 07:59:19 +0200
commitecb925fcf2a2317974d394833c6ae97004c9c56d (patch)
tree77ad28c56d497a03f1def3ced9233755577ac92c
parent36627624cba677233d374b4af1b057e3779d5bd0 (diff)
downloadsphinx-ecb925fcf2a2317974d394833c6ae97004c9c56d.tar.gz
Update tox.ini with py32/du08 envs.
-rw-r--r--tox.ini18
1 files changed, 8 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini
index 01d12ee6..15e36aae 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,9 @@
[tox]
-envlist=py24,py25,py26,py27,py31,pypy,du07,du06,du05
+envlist=py24,py25,py26,py27,py31,py32,pypy,du08,du07,du06,du05
[testenv]
-deps=nose
+deps=
+ nose
commands=
nosetests
sphinx-build -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
@@ -12,14 +13,6 @@ deps=
nose
simplejson
-[testenv:py25]
-deps=
- nose
- simplejson
-
-[testenv:py31]
-deps=https://bitbucket.org/jpellerin/nose3/get/tip.zip
-
[testenv:pypy]
deps=
nose
@@ -39,3 +32,8 @@ deps=
deps=
nose
docutils==0.7
+
+[testenv:du08]
+deps=
+ nose
+ docutils==0.8.1