From 5c145f1ba5b11c4e5632abeb8e8e813ccde7e617 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Aug 2018 21:33:40 +0200 Subject: [PATCH] Add venv tox environment Some OpenStack CI jobs need the venv tox environment to run, add it. Change-Id: I4022c360aa8b64544014708bc55927e75dbc8164 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 00c8d19e..52fbdff7 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,9 @@ envlist = pep8,py35,bandit,docs basepython=python3 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY +[testenv:venv] +commands = {posargs} + [testenv:py35] setenv = PYTHONWARNING=all