Add venv with posargs

Change-Id: Ie722703b4e17a4aff1870cea68a2192a6dc5ce4c
This commit is contained in:
Artur Zarzycki 2016-10-07 12:48:58 +02:00
parent b0c31e1374
commit 20a2b6d8e6
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}