Skip to content

Commit

Permalink
Add proxy configuration for tox.ini file
Browse files Browse the repository at this point in the history
Change-Id: Ib057b30c92bfff3ebe92bf787093d2fa5abcf80b
  • Loading branch information
Lukasz Wiecek authored and Lukasz Wiecek committed Jan 31, 2017
1 parent 8c12e87 commit 2a8bf29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ setenv =
VIRTUAL_ENV={envdir}
DISCOVER_DIRECTORY=tests
CLIENT_NAME=monasca-agent
passenv = http_proxy
HTTP_PROXY
https_proxy
HTTPS_PROXY
no_proxy
NO_PROXY
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = bash
Expand Down

0 comments on commit 2a8bf29

Please sign in to comment.