tox: test with (bullseye-backports') django3.2 (#64309)

This commit is contained in:
Paul Marillonnet 2022-04-19 11:23:16 +02:00
parent 088dc5eeef
commit 025cda4293
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = code-style,py3-django22-coverage
envlist = code-style,py3-django{2,3}2-coverage
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/django-mellon/
[testenv]
@ -15,6 +15,7 @@ usedevelop =
coverage: true
deps =
django22: django>=2.2,<2.3
django32: django>=3.2.12,<3.3
psycopg2<2.9
mock<4
httmock
@ -40,6 +41,7 @@ basepython = python3
deps =
pylint
pylint-django
psycopg2<2.9
commands =
./getlasso3.sh
./pylint.sh mellon