tox.ini: remove py2 targets

This commit is contained in:
Benjamin Dauvergne 2020-10-11 17:24:37 +02:00
parent 1ca725772b
commit 503ee1a431
1 changed files with 2 additions and 5 deletions

View File

@ -7,16 +7,13 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-auth-kerberos/
envlist =
py2-dj111-drf34
py2-dj111-drf34-oldldap
py3-dj111-drf34
py3-dj111-drf39
py3-dj22-drf39
[tox:jenkins]
envlist =
pylint
py2-dj111-drf34
py3-dj111-drf34
py3-dj111-drf39
py3-dj22-drf39
[testenv]