tox.ini: add branch name to workdir path (#30079)

This commit is contained in:
Benjamin Dauvergne 2019-01-24 16:13:14 +01:00
parent 595bb9bd33
commit 94758baba8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-cut/
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-cut/{env:BRANCH_NAME:}
envlist = {coverage,nocoverage}-{dj18,dj111}-{pg,sqlite}
[testenv]