From 94758baba8ac5f19572979258ebb12372380d271 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 24 Jan 2019 16:13:14 +0100 Subject: [PATCH] tox.ini: add branch name to workdir path (#30079) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a4e6cc6..d233e69 100644 --- a/tox.ini +++ b/tox.ini @@ -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]