summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
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"