tox.ini: limit authentic targets to python3 (#47185)

This commit is contained in:
Benjamin Dauvergne 2020-09-30 14:05:54 +02:00
parent 361b1617b1
commit 4ad0ef9ef6
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}/hobo/{env:BRANCH_NAME:}
envlist = {py2,py3-coverage}-{authentic,hobo,multipublik,multitenant,multitenant-oldstylemiddleware,passerelle,schemas}
envlist = {py2,py3-coverage}-{hobo,multipublik,multitenant,multitenant-oldstylemiddleware,passerelle,schemas},py3-coverage-authentic
[testenv]
usedevelop = True