From 591d8bc0317e9109be5b75dd85a7ee31949cc02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Fri, 5 Apr 2019 11:54:13 +0200 Subject: [PATCH] Enable tox to run inside containers Seems like this change is necessary to be able to execute `tox` inside a container, so why not? Change-Id: If65913a8b564d21146dc7324e0aabade46065c6c --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 14655c87d..a7edf945a 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = py27,py35,pep8 skipsdist = True [testenv] +passenv = HOME setenv = VIRTUAL_ENV={envdir} usedevelop = True install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}