Add venv with posargs

Change-Id: Ie2171a74f70d71b5592b274ded506aec4e96d6fa
This commit is contained in:
Artur Zarzycki 2016-10-07 12:53:24 +02:00
parent 03b12304b1
commit f4b0f64631
1 changed files with 3 additions and 0 deletions

View File

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