tell tox to pass OS_* variables used for authentication

Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-01-31 09:38:22 -05:00
parent cf08364599
commit 331743b400
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ envlist = py35,pep8
skipsdist = True
[testenv]
passenv = OS_*
basepython = python3.5
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}