ci: run tests against django 3.2 (#74976)

This commit is contained in:
Valentin Deniaud 2023-03-01 14:51:04 +01:00
parent ea4f3113c0
commit 37b2f2b98c
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py3-django22-black-junit-coverage
envlist = py3-django32-black-junit-coverage
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-montpellier-encombrants/{env:BRANCH_NAME:}
[testenv]
@ -14,11 +14,11 @@ setenv =
coverage: COVERAGE=--cov-report xml --cov-report html --cov=passerelle_montpellier_encombrants/
junit: JUNIT=--junitxml=junit-{envname}.xml
deps =
django22: django>=2.2, <2.3
django32: django>=3.2, <3.3
https://git.entrouvert.org/entrouvert/passerelle/archive/main.tar.gz
psycopg2-binary<2.9
psycopg2-binary
xmlschema<1.1
psycopg2<2.9
psycopg2
pytest
pytest-cov
pytest-django