Skip to content

Commit

Permalink
Add HTTP proxy variables to tox environment passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Jan 15, 2020
1 parent cf722df commit f404eaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip = python {toxinidir}/tools/tox_pip.py

[testenv]
# Remove USERNAME once we drop PY2.
passenv = CI GIT_SSL_CAINFO USERNAME
passenv = CI GIT_SSL_CAINFO USERNAME HTTP_PROXY HTTPS_PROXY NO_PROXY
setenv =
# This is required in order to get UTF-8 output inside of the subprocesses
# that our tests use.
Expand Down

0 comments on commit f404eaa

Please sign in to comment.