Better organize the tox.ini passenv vars
- Adds entries for testr env vars that control logging - Vertically aligns to improve diffs in the future. - Sorts in alpha order Change-Id: I3825151a6927fb7227a2861be72014b7bed32b13
This commit is contained in:
parent
40ec27f98a
commit
10d8d7bf1e
11
tox.ini
11
tox.ini
@ -16,7 +16,16 @@ whitelist_externals = sh
|
|||||||
commands =
|
commands =
|
||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.pyc" -delete
|
||||||
sh tools/pretty_tox.sh '{posargs}'
|
sh tools/pretty_tox.sh '{posargs}'
|
||||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
passenv = http_proxy
|
||||||
|
HTTP_PROXY
|
||||||
|
https_proxy
|
||||||
|
HTTPS_PROXY
|
||||||
|
no_proxy
|
||||||
|
NO_PROXY
|
||||||
|
OS_DEBUG
|
||||||
|
OS_LOG_CAPTURE
|
||||||
|
OS_STDERR_CAPTURE
|
||||||
|
OS_STDOUT_CAPTURE
|
||||||
|
|
||||||
[testenv:py34]
|
[testenv:py34]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user