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
commands =
bash tools/pretty_tox.sh '{posargs}'
whitelist_externals = bash
+passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[tox:jenkins]
downloadcache = ~/cache/pip