summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerryHowe <terrylhowe@gmail.com>2015-05-15 08:39:39 -0600
committerTerryHowe <terrylhowe@gmail.com>2015-05-15 13:25:37 -0600
commitd39b9c91c4801753895fac8047aa2371a63bb96a (patch)
tree8510bae95cf3754f603eb41df4ccfef4bdbed9f4
parente9159d6f1e3a39bec4aabc27ea439eeb858710f8 (diff)
downloadpython-openstackclient-d39b9c91c4801753895fac8047aa2371a63bb96a.tar.gz
Fix functional test gate
The functional test gate seems to be broken. The environment variables are not being passed through. Change-Id: Ied1f56877e4793c5e88e59d2afb7f1a5b3868560
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index fdac2b33..2ee9cdbc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,6 +17,7 @@ commands = flake8
[testenv:functional]
setenv = OS_TEST_PATH=./functional/tests
+passenv = OS_*
[testenv:venv]
commands = {posargs}