Merge "Pass environment variables of proxy to tox"
This commit is contained in:
1
tox.ini
1
tox.ini
@@ -21,6 +21,7 @@ commands =
|
|||||||
python setup.py testr --slowest --testr-args='{posargs}'
|
python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
distribute = false
|
distribute = false
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
|
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8
|
commands = flake8
|
||||||
|
|||||||
Reference in New Issue
Block a user