From 331743b40018fed403b6908958d17b91b6b16a3f Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 31 Jan 2017 09:38:22 -0500 Subject: [PATCH] tell tox to pass OS_* variables used for authentication Signed-off-by: Doug Hellmann --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b93f0c6..c402297 100644 --- a/tox.ini +++ b/tox.ini @@ -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}