Merge "Pass environment variables of proxy to tox"

This commit is contained in:
Jenkins 2015-12-17 18:42:12 +00:00 committed by Gerrit Code Review
commit ba06b6b2d6
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ setenv = VIRTUAL_ENV={envdir}
NAILGUN_DB_ROOT=postgres
NAILGUN_DB_ROOTPW=insecure_slave
NAILGUN_DB_ROOTPGPASS={toxinidir}/nailgun/pgpass
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = -r{toxinidir}/nailgun/test-requirements.txt
commands =
bash "{toxinidir}/nailgun/tools/prepare_settings_yaml.sh"