tox.ini: add dj22 and dj3x targets

This commit is contained in:
Benjamin Dauvergne 2022-01-13 03:13:38 +01:00
parent 88dabdcddb
commit 9e9fb1b2cd
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/django-gssapi/{env:BRANCH_NAME:}
envlist = py27-dj111{-stretch,},py3-{dj111,dj20},pylint
envlist = py27-dj111{-stretch,},py3-{dj111,dj20,dj22,dj3x},pylint
[testenv]
whitelist_externals =
@ -23,6 +23,8 @@ deps =
dj18: django-tables2<1.1
dj111: django<2.0
dj20: django<2.1
dj22: django<2.3
dj3x: django<4
djlast: django
pytest
pytest-mock