summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini41
1 files changed, 16 insertions, 25 deletions
diff --git a/tox.ini b/tox.ini
index f1675e90..f308880e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=py25,py26,py27,py31,py32,py33,pypy,du11,du10,du09,du08,du07
+envlist=py26,py27,py33,py34,pypy,du12,du11,du10
[testenv]
deps=
@@ -7,50 +7,41 @@ deps=
sqlalchemy
whoosh
setenv =
- BUILD_TEST_PATH = {envdir}/tests
+ SPHINX_TEST_TEMPDIR = {envdir}/testbuild
commands=
{envpython} tests/run.py {posargs}
- sphinx-build -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
+ sphinx-build -q -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
-[testenv:py25]
+[testenv:py26]
deps=
- simplejson==2.5.0
+ mock
{[testenv]deps}
-setenv=
- PIP_INSECURE = 1
- {[testenv]setenv}
-[testenv:py33]
+[testenv:py27]
deps=
- docutils>=0.10.0
+ mock
{[testenv]deps}
[testenv:pypy]
deps=
+ mock
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=
+ mock
docutils==0.10
{[testenv]deps}
[testenv:du11]
deps=
+ mock
docutils==0.11
{[testenv]deps}
+
+[testenv:du12]
+deps=
+ mock
+ docutils==0.12
+ {[testenv]deps}