2010-07-23 10:37:44 +01:00
|
|
|
[tox]
|
2010-07-26 19:31:07 +02:00
|
|
|
envlist=du07,du06,du05
|
2010-07-23 10:37:44 +01:00
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
|
deps=nose
|
2010-07-23 11:16:17 +01: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 19:31:07 +02:00
|
|
|
|
|
|
|
|
[testenv:du07]
|
|
|
|
|
deps=docutils==0.7
|