tox.ini: add BRANCH_NAME to toxworkdir

This commit is contained in:
Benjamin Dauvergne 2019-01-18 11:06:52 +01:00
parent 9a31c770d5
commit 43675b93f2
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}/wcs-olap/
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/wcs-olap/{env:BRANCH_NAME:}
envlist = coverage
[testenv]