diff --git a/tox.ini b/tox.ini index 26d4a61..fc72115 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,8 @@ commands = # Check that .po and .pot files are valid: bash -c "find sahara -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null" # Run bashate checks - bash -c "find sahara -iname '*.sh' -print0 | xargs -0 bashate" + bash -c "find sahara -iname '*.sh' -print0 | xargs -0 bashate -v" + bash -c "find devstack -type f -print0 | xargs -0 bashate -v" [testenv:doc8] deps =