From b7c8532636ca90ef7b69c49accc0dcbaa0798ff6 Mon Sep 17 00:00:00 2001 From: Nicolas ROCHE Date: Mon, 24 Feb 2020 15:52:14 +0100 Subject: [PATCH] tests: use several venvs for tests (#40123) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 428ef50..c81dfd4 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ # test suite on all supported python versions. To use it, "pip install tox" # and then run "tox" from this directory. [tox] -toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/hobo +toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/hobo/{env:BRANCH_NAME:} envlist = coverage-{authentic,hobo,multipublik,multitenant,multitenant-oldstylemiddleware,passerelle,schemas}, [testenv]