Pass environment variables of proxy to tox

Change-Id: I894ee696a3bb987a7faf584c3acba56b05ab738f
Closes-Bug: #1465086
This commit is contained in:
sonu.kumar 2015-12-11 09:37:16 +05:30 committed by Min Pae
parent 82836e850f
commit 50c5360d57
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ whitelist_externals = find
commands =
find . -type f -name "*.pyc" -delete
python setup.py testr --testr-args='{posargs}'
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:flake8]
commands = flake8