]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Pass environment variables of proxy to tox
authorchen-li <shchenli@cn.ibm.com>
Wed, 13 Jan 2016 10:31:57 +0000 (18:31 +0800)
committerArmando Migliaccio <armamig@gmail.com>
Wed, 13 Jan 2016 18:51:18 +0000 (18:51 +0000)
commit45238be4d69043a5f29ab17e052e52b94455baec
tree72dca82d0da0c4a77f5012ce0d3047f7339b9494
parent68276dc9614d47d028e46c35bf62668e253af18b
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 is a
new feature above tox 2.0, you can check it from [1].

This patch fix this problem.

[1]. https://tox.readthedocs.org/en/latest/example/basic.html#passing-down-environment-variables

Change-Id: I9dae04de7053773cb5ba13a809145b86cb149614
tox.ini