diff --git a/tox.ini b/tox.ini index a554d09..cec9f60 100644 --- a/tox.ini +++ b/tox.ini @@ -13,3 +13,6 @@ commands = [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}