Add venv with posargs

Change-Id: Ia167d4af5c3ab31802f570db0453eaaa7fe7bffe
This commit is contained in:
Artur Zarzycki 2016-10-07 13:20:46 +02:00
parent 7cd537dba0
commit 62cc657bb8
1 changed files with 3 additions and 0 deletions

View File

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