tox: stop testing against django 1.11

This commit is contained in:
Frédéric Péters 2021-07-03 14:45:57 +02:00
parent f1801e7116
commit d5f8c07b97
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/fargo/{env:BRANCH_NAME:}
envlist = py3-dj111-{sqlite,pg}-black-coverage-pylint,py3-dj22-pg
envlist = py3-dj22-{sqlite,pg}-black-coverage-pylint
[testenv]
usedevelop = True
@ -18,7 +18,6 @@ deps =
pg: psycopg2<2.9
pylint
pylint-django
dj111: django>=1.11,<1.12
dj22: django>=2.2,<2.3
pytest-cov
pytest-random