Merge "tox.ini: add passenv = http_proxy https_proxy # _JAVA_OPTIONS"

This commit is contained in:
Zuul 2018-12-17 21:38:06 +00:00 committed by Gerrit Code Review
commit 0ffe65193a
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
envlist = pep8,docs,py27,py3{4,5,6,7}
[testenv]
# See "testing behind a proxy"
# @ https://review.openstack.org/#/q/I764ed51314c8e2d0572d1f0
passenv = http_proxy https_proxy
# passenv = http_proxy https_proxy _JAVA_OPTIONS
commands =
python -m git_review.tests.check_test_id_hashes discover --list
python -m git_review.tests.prepare