From fbbdc851698402d57ae520cfc7f6dd1309de271b Mon Sep 17 00:00:00 2001 From: Artur Zarzycki Date: Fri, 7 Oct 2016 12:56:56 +0200 Subject: [PATCH] Add venv with posargs Change-Id: I243489904a5addb1db71e73de21bde4ca8319382 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) 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}