From 0ac90c40a0741a929204d139dfa0415562b7044e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 24 Aug 2018 21:28:39 +0200 Subject: [PATCH] Add venv tox environment Some OpenStack CI jobs need the venv tox environment to run, add it. Change-Id: I66c374ce27fa1a2af1317671f7d290e560818068 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index dda4b08..d9e1768 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,9 @@ install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstac deps = -r{toxinidir}/test-requirements.txt commands = +[testenv:venv] +commands = {posargs} + [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt commands =