Merge "Pass environment variables of proxy to tox"

This commit is contained in:
Jenkins 2015-12-17 11:40:40 +00:00 committed by Gerrit Code Review
commit 8f2e2e1092
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ envlist = py26,py27,pep8
usedevelop = True
install_command = pip install {packages}
setenv = VIRTUAL_ENV={envdir}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = -r{toxinidir}/test-requirements.txt
commands =
nosetests {posargs:fuel_plugin_builder}