[tox] minversion = 1.6 envlist = linters,bashate skipsdist = True [testenv] deps = -r{toxinidir}/test-requirements.txt [testenv:linters] commands = {toxinidir}/tools/yamllint.sh [testenv:bashate] whitelist_externals = bash commands = bash -c "find {toxinidir} -type f -name '*.sh' -not -path '*/.tox/*' -print0 | xargs -0 bashate -v" [testenv:venv] commands = {posargs}