store test temporary files under the .tox environment

Change-Id: I5dbb352285d3e3fcb7fff8ddd18939f3d525f0c6
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-03-10 15:24:50 -05:00
parent 7e25f41443
commit b8df43f4de
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ setenv =
VIRTUAL_ENV={envdir}
PYTHONUNBUFFERED=1
LOGDIR={envdir}/log
TMPDIR={envdir}/tmp
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands =