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
This commit is contained in:
Michał Dulko 2019-04-05 11:54:13 +02:00
parent 4a3b23d17b
commit 591d8bc031
1 changed files with 1 additions and 0 deletions

View File

@ -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}