X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=blobdiff_plain;f=multivimbroker%2Ftox.ini;h=1e5437004822e184646d4102467be8b17fb8460a;hp=cda89e4e3156b060f4a59ebd95e14024462bf6eb;hb=28d1a79e30e3e74764fc586586f744a9bef69e03;hpb=c9effec3dc4eaf6c213512df96829e51996d8498 diff --git a/multivimbroker/tox.ini b/multivimbroker/tox.ini index cda89e4..1e54370 100644 --- a/multivimbroker/tox.ini +++ b/multivimbroker/tox.ini @@ -26,3 +26,13 @@ commands = coverage erase {[testenv]commands} coverage xml -i + +[testenv:rstcheck] +deps = rstcheck +whitelist_externals = bash +commands = bash -c "find ../docs -not -path {toxinidir}/.tox/\* \ + -name \*.rst -type f -print0 | xargs -0 rstcheck --report warning" + +[testenv:docs] +deps = sphinx +commands = sphinx-build -b html ../docs/ ../docs/html