Pass environment variables of proxy to tox

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

This patch fixes this problem.

Change-Id: Ibde388f69e0e6bdc19900e770989d63f0d5f21dd
Closes-bug: #1524824
This commit is contained in:
hparekh 2015-12-10 09:29:12 +09:00 committed by hardik
parent 703de8b0a5
commit aa18bd9d78
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
DJANGO_SETTINGS_MODULE=muranodashboard.settings
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
http://tarballs.openstack.org/horizon/horizon-master.tar.gz