diff --git a/tox.ini b/tox.ini index b58791b..8b6a5b9 100644 --- a/tox.ini +++ b/tox.ini @@ -12,3 +12,6 @@ commands = deps = bashate>=0.2 whitelist_externals = bash commands = bash -c "find {toxinidir} -type f -name '*.sh' -not -path '*/.tox/*' -print0 | xargs -0 bashate -v" + +[testenv:venv] +commands = {posargs}