Add a 'doc' testenv that builds the documentation

--HG--
extra : rebase_source : 8d95436155f065848450afd016b3b2d177bc4c91
This commit is contained in:
Christophe de Vienne 2013-01-18 11:04:40 +01:00
parent a354027a64
commit c32a19e298

13
tox.ini

@ -135,3 +135,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