From 06010b659634279558f607950170fa34a4ee584d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Aug 2018 21:30:54 +0200 Subject: [PATCH] Add venv tox environment Some OpenStack CI jobs need the venv tox environment to run, add it. Change-Id: I7ffddffe4cc25ac2728405b82a6d06eb5a398ad3 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 70d22015..87e8ece7 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,9 @@ setenv= VIRTUAL_ENV={envdir} install_command = pip install {opts} {packages} +[testenv:venv] +commands = {posargs} + [testenv:docs] basepython = python3 deps = -r{toxinidir}/doc/requirements.txt