tox.ini: test with django 3.2 (#72941)

This commit is contained in:
Benjamin Dauvergne 2023-01-11 11:30:00 +01:00
parent 7db34d6b26
commit 11df11a955
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,9 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/zoo/{env:BRANCH_NAME:}
envlist = py3-dj22
envlist =
py3-dj22
py3-dj32
[testenv]
setenv =
@ -16,6 +18,7 @@ setenv =
usedevelop = true
deps =
dj22: django<2.3
dj32: django>=3.2,<3.3
djangorestframework>=3.9.2,<3.10
pip>8
pytest-flakes