From 62cc657bb8393e5e6f02f5fde8379552a0db12a7 Mon Sep 17 00:00:00 2001 From: Artur Zarzycki Date: Fri, 7 Oct 2016 13:20:46 +0200 Subject: [PATCH] Add venv with posargs Change-Id: Ia167d4af5c3ab31802f570db0453eaaa7fe7bffe --- 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}