From 785242eb2a95f1a48d6d737a1829f3154289bbf0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Aug 2018 21:23:29 +0200 Subject: [PATCH] Add venv tox environment Some OpenStack CI jobs need the venv tox environment to run, add it. Change-Id: Id044c887f7b79c31391cf27a124a3f065f48b052 --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index c478a7b6..768ac6e5 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,11 @@ commands = find . -type f -name "*.pyc" -delete rm -Rf .testrepository/times.dbm +[testenv:venv] +basepython=python3 +commands = + {posargs} + [testenv:py35] basepython = python3.5 commands =