tox: only run against django 2.2

This commit is contained in:
Frédéric Péters 2021-08-16 08:22:37 +02:00
parent 4d37188539
commit f789718bc1
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py3-django111-black-junit-coverage,py3-django22
envlist = py3-django22-black-junit-coverage
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-montpellier-sig/{env:BRANCH_NAME:}
[testenv]
@ -14,7 +14,6 @@ setenv =
coverage: COVERAGE=--cov-report xml --cov-report html --cov=passerelle_montpellier_sig/
junit: JUNIT=--junitxml=junit-{envname}.xml
deps =
django111: django>=1.11, <1.12
django22: django>=2.2, <2.3
https://git.entrouvert.org/passerelle.git/snapshot/passerelle-main.tar.gz
psycopg2-binary<2.9