Merge "Pass OS_* env vars fix for tox 2.0"

This commit is contained in:
Jenkins
2015-05-14 04:38:02 +00:00
committed by Gerrit Code Review

View File

@@ -32,6 +32,7 @@ commands = oslo_debug_helper -t keystoneclient/tests {posargs}
[testenv:functional]
setenv = OS_TEST_PATH=./keystoneclient/tests/functional
passenv = OS_*
[flake8]
# H405: multi line docstring summary not separated with an empty line