tox: stop testing against django 1.11

This commit is contained in:
Frédéric Péters 2022-08-05 22:36:13 +02:00
parent e74311519d
commit 2a23f33ca6
1 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/zoo/{env:BRANCH_NAME:}
envlist = py3-{dj111,dj22}-coverage
envlist = py3-dj22-coverage
[testenv]
# django.contrib.auth is not tested it does not work with our templates
@ -20,8 +20,7 @@ setenv =
usedevelop =
coverage: True
nocoverage: False
deps =
dj111: django<2
deps =
dj22: django<2.3
djangorestframework>=3.9.2,<3.10
pip>8