More toxy goodness.

This commit is contained in:
Georg Brandl 2010-07-23 11:16:17 +01:00
parent e79ffd263d
commit 7e34190792

12
tox.ini
View File

@ -1,6 +1,14 @@
[tox]
envlist=py26
envlist=du06,du05
[testenv]
deps=nose
commands=nosetests
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