Pass proxy enviroment varibles in tox

When Development environment is under a proxy then tox is failed even if environment variables of the proxy are set.

Change-Id: Ia59a522f9ed9250e7b754eca49af600b381554fd
This commit is contained in:
vishal mahajan
2016-01-06 08:29:02 +00:00
committed by Vishal kumar mahajan
parent 42453a3702
commit 00baef4f51
+1 -1
View File
@@ -19,7 +19,7 @@ passenv =
FREEZER_TEST_OS_PASSWORD
FREEZER_TEST_OS_AUTH_URL
FREEZER_TEST_NO_LVM
http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}