tox: add environment like bullseye+backports (#68784)

This commit is contained in:
Frédéric Péters 2022-09-06 19:05:19 +02:00
parent 07241b226e
commit fd099392fc
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/fargo/{env:BRANCH_NAME:}
envlist =
py3-dj22-djfilter24-djtables211-black-coverage-pylint
py3-dj32-djfilter24-djtables241-black-coverage-pylint
py3-dj22-djfilter21-djtables1211
[testenv]
@ -20,10 +20,12 @@ deps =
pylint
pylint-django
dj22: django>=2.2,<2.3
dj32: django>=3.2,<3.3
djfilter21: django-filter>=2.1,<2.2
djfilter24: django-filter>=2.4,<2.5
djtables1211: django-tables2==1.21.1
djtables211: django-tables2==2.1.1
djtables241: django-tables2==2.4.1
pytest-cov
pytest-random
pytest-mock