mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
18 lines
252 B
INI
18 lines
252 B
INI
[tox]
|
|
envlist=du07,du06,du05
|
|
|
|
[testenv]
|
|
deps=nose
|
|
commands=
|
|
nosetests
|
|
sphinx-build -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
|
|
|
|
[testenv:du05]
|
|
deps=docutils==0.5
|
|
|
|
[testenv:du06]
|
|
deps=docutils==0.6
|
|
|
|
[testenv:du07]
|
|
deps=docutils==0.7
|