Merge "Add passenv to tox.ini to make functests run with tempauth"

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

View File

@ -11,6 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --testr-args="{posargs}"
passenv = SWIFT_* *_proxy
[testenv:pep8]
commands =