run commands without buffered I/O

A lot of the commands in this repo use zuul-cloner in a
subprocess. Using unbuffered I/O causes the stderr from zuul-cloner to
appear interleaved properly with the stdout from the main command.

Change-Id: I87c2a6f49e9c9f307ebe42d23ee79cd6344573bf
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-08-27 09:33:05 -04:00
parent c38706d85b
commit bf8de9c316

View File

@ -9,6 +9,7 @@ passenv=ZUUL_CACHE_DIR
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONUNBUFFERED=1
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands =