mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Drop docutils-0.7, 0.8 and 0.9 support
This commit is contained in:
22
tox.ini
22
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=
|
||||
@@ -12,31 +12,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
|
||||
|
||||
Reference in New Issue
Block a user