sphinx/tox.ini

18 lines
252 B
INI
Raw Normal View History

2010-07-23 04:37:44 -05:00
[tox]
2010-07-26 12:31:07 -05:00
envlist=du07,du06,du05
2010-07-23 04:37:44 -05:00
[testenv]
deps=nose
2010-07-23 05:16:17 -05:00
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
2010-07-26 12:31:07 -05:00
[testenv:du07]
deps=docutils==0.7