From a1baeb367d5f3689de35a268a4b8abbae5a080bf Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Aug 2018 21:26:05 +0200 Subject: [PATCH] Add venv tox environment Some OpenStack CI jobs need the venv tox environment to run, add it. Change-Id: I6f93b1195797a85c2874f69e30c980d3cbd4ea6e --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index b829079..edf635e 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,9 @@ commands = find . -type f -name "*.pyc" -delete rm -Rf .testrepository/times.dbm +[testenv:venv] +commands = {posargs} + [testenv:docs] commands = rm -rf doc/build