Pass environment variables of proxy to tox

Change-Id: Iaa88a0e242e348fd2e44e2201b6cebc9365ecde1
Related-Bug: #bug/1465086
This commit is contained in:
sonu.kumar 2015-12-04 11:15:38 +05:30
parent 5444a2eea5
commit 8da931dedf

View File

@ -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