X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=8c96a7d472af8c63bd5115f2b7f8c75585694112;hb=607c277a52375807d56922cce817c44d6c51bd4a;hp=4c9b4bd05f349f5e2f7930529fa421aaf1fe04db;hpb=28d1cee5c7b95ae905a4481245d5d5650c87e101;p=kuberef.git diff --git a/tox.ini b/tox.ini index 4c9b4bd..8c96a7d 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,12 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY deps = {env:BASHATE_INSTALL_PATH:bashate} yamllint + rstcheck whitelist_externals = bash commands = bash -c "find {toxinidir} \ -not -path {toxinidir}/.tox/\* \ -name \*.sh | xargs bashate -v" bash -c "yamllint {toxinidir}" + bash -c "find {toxinidir} \ + -not -path {toxinidir}/.tox/\* \ + -name \*.rst | xargs rstcheck"