tox: use /tmp/ as workdir

This commit is contained in:
Frédéric Péters 2020-04-12 10:30:09 +02:00
parent 1f5a77bc35
commit 86890fddc2
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/corbo/{env:BRANCH_NAME:}
envlist = py2-coverage-django111,py3-django111
[testenv]