From 09d85465827f1468d3469e5bbcf6b48f25338e7c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Aug 2018 21:32:52 +0200 Subject: [PATCH] Add venv tox environment Some OpenStack CI jobs need the venv tox environment to run, add it. Change-Id: Ie2f9bc0725dad8650c1dd7052c886a5379432202 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index db0106c9..ce96fd4f 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,9 @@ setenv = VIRTUAL_ENV={envdir} LC_ALL=en_US.utf-8 passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY +[testenv:venv] +commands = {posargs} + [testenv:py35] basepython = python3.5 commands =