From 4e1e450dca4b569cb664a5c47418a6e66e0503ae Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Aug 2018 21:34:36 +0200 Subject: [PATCH] Add venv tox environment Some OpenStack CI jobs need the venv tox environment to run, add it. Change-Id: Ib3da0448b97a395aea4c5bf850612af30b9616d2 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 53c14551..20537801 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,9 @@ setenv= PYTHONWARNING=all passenv=HTTP_PROXY HTTPS_PROXY http_proxy https_proxy NO_PROXY no_proxy +[testenv:venv] +commands = {posargs} + # Please use `make docs` instead [testenv:docs] basepython=python3