ci: run tests against django 3.2 (#74981)

This commit is contained in:
Valentin Deniaud 2023-03-01 15:06:30 +01:00
parent e8802f8e74
commit ae7c0fc0f0
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-minint/{env:BRANCH_NAME:}
envlist = py3-django22-tests
envlist = py3-django32-tests
[testenv]
usedevelop = True
@ -9,10 +9,10 @@ setenv =
PASSERELLE_SETTINGS_FILE=tests/settings.py
SETUPTOOLS_USE_DISTUTILS=stdlib
deps =
django22: django>=2.2,<2.3
django32: django>=3.2,<3.3
git+https://git.entrouvert.org/passerelle.git
django-webtest
psycopg2-binary<2.9
psycopg2-binary
pytest
pytest-django
mock<4