tox: remove python2 test for passerelle (#47120)

This commit is contained in:
Nicolas Roche 2020-09-30 18:16:11 +02:00 committed by Benjamin Dauvergne
parent b063c9cc0f
commit c9eb026682
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}-{hobo,multipublik,multitenant,multitenant-oldstylemiddleware,passerelle,schemas},py3-coverage-authentic
envlist = {py2,py3-coverage}-{hobo,multipublik,multitenant,multitenant-oldstylemiddleware,schemas},py3-coverage-{authentic,passerelle}
[testenv]
usedevelop = True