Merge "Pass environment variables of proxy to tox"

This commit is contained in:
Jenkins 2015-06-15 10:26:57 +00:00 committed by Gerrit Code Review
commit 999ab80b83

View File

@ -14,6 +14,7 @@ deps = -r{toxinidir}/requirements.txt
whitelist_externals = bash
commands =
bash -c "TESTS_DIR=./ironic/tests/ python setup.py testr --slowest --testr-args='{posargs}'"
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[tox:jenkins]
downloadcache = ~/cache/pip