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

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}