]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Pass proxy environment variables to tox
authorYuiko Takada <takada-yuiko@mxn.nes.nec.co.jp>
Mon, 15 Jun 2015 01:12:24 +0000 (10:12 +0900)
committerYuiko Takada <yui-takada@tg.jp.nec.com>
Tue, 16 Jun 2015 07:50:30 +0000 (16:50 +0900)
commit3a884733a6d5b5aa7d3d4b65d5beb803bc49292b
treee7de1d36bffe4e8f3b42f91fb4214f804e0e8ec2
parent27b6169869088608839556425de75e8281cb8eff
Pass proxy environment variables to tox

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

This patch fixes this problem by passing (upper case and lower case)
http_proxy, https_proxy and no_proxy from environment to tox.

See: commit 2d02ebb775ec44a14e325c56d4a901c5705fbb94

Change-Id: Ib7964fd5ea4fb8398cdb4cd94a70fe7fae49f973
tox.ini