tests: use several venvs for tests (#40123)

This commit is contained in:
Nicolas Roche 2020-02-24 15:52:14 +01:00
parent 0d82105309
commit b7c8532636
1 changed files with 1 additions and 1 deletions

View File

@ -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]