Pass proxy environment variable to tox

This will allow test to work if developement environment is under proxy

Change-Id: Id89c57ac455c4b93bcaed8e9166b7a44bad2a25c
This commit is contained in:
Manjeet Singh Bhatia
2015-12-02 06:05:30 +00:00
parent 7f9a81bb1b
commit 9e3a3f7af0

View File

@@ -8,6 +8,7 @@ skipsdist = True
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
passenv = *_proxy *_PROXY
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt