Add a 'doc' testenv that builds the documentation

This commit is contained in:
Christophe de Vienne 2013-01-18 11:04:40 +01:00
parent 5118d80848
commit ab62b62d98

13
tox.ini
View File

@ -138,3 +138,16 @@ commands=
{envbindir}/coverage combine
{envbindir}/coverage xml wsme/*.py wsme/rest/*.py wsmeext/*.py
{envbindir}/coverage report --show-missing wsme/*.py wsme/protocols/*.py wsmeext/*.py
[testenv:doc]
deps=
Sphinx
changedir=
doc
commands=
#{envbindir}/easy_install https://bitbucket.org/cdevienne/wsme-soap/get/tip.zip
easy_install ../../wsme-soap
{envbindir}/easy_install https://bitbucket.org/cdevienne/wsme-extdirect/get/tip.zip
make html