Fix functional test gate

The functional test gate seems to be broken.  The environment
variables are not being passed through.

Change-Id: Ied1f56877e4793c5e88e59d2afb7f1a5b3868560
This commit is contained in:
TerryHowe 2015-05-15 08:39:39 -06:00
parent e9159d6f1e
commit d39b9c91c4
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ commands = flake8
[testenv:functional]
setenv = OS_TEST_PATH=./functional/tests
passenv = OS_*
[testenv:venv]
commands = {posargs}