Pass environment variables of proxy to tox
Change-Id: Iaa88a0e242e348fd2e44e2201b6cebc9365ecde1 Related-Bug: #bug/1465086
This commit is contained in:
parent
5444a2eea5
commit
8da931dedf
1
tox.ini
1
tox.ini
@ -22,6 +22,7 @@ deps = -r{toxinidir}/requirements.txt
|
||||
commands =
|
||||
find . -type f -name "*.pyc" -delete
|
||||
{toxinidir}/manage.py test designatedashboard --settings=designatedashboard.tests.settings
|
||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8
|
||||
|
Loading…
Reference in New Issue
Block a user