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:
Eric Larson 2016-04-01 09:15:05 -05:00
parent 40ec27f98a
commit 10d8d7bf1e
1 changed files with 10 additions and 1 deletions

11
tox.ini
View File

@ -16,7 +16,16 @@ whitelist_externals = sh
commands =
find . -type f -name "*.pyc" -delete
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]
commands =