Merge "Add venv with posargs"

This commit is contained in:
Jenkins 2016-10-10 08:27:01 +00:00 committed by Gerrit Code Review
commit 2030f30e22
1 changed files with 3 additions and 0 deletions

View File

@ -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}