tox: stop testing against django 1.11

This commit is contained in:
Frédéric Péters 2021-12-15 08:26:57 +01:00
parent 20f20c73cb
commit 608193932d
1 changed files with 1 additions and 4 deletions

View File

@ -1,12 +1,11 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/petale/
envlist =
py3-dj111-drf39
py3-dj22-drf39
[tox:jenkins]
envlist =
pylint
py3-dj111-drf39
py3-dj22-drf39
[testenv]
@ -26,13 +25,11 @@ passenv=
PGUSER
PGPASSWORD
deps =
dj111: django>=1.11,<2
dj22: django>=2.2,<2.3
pytest-cov
pytest-django
pytest
mock<4
dj111: djangorestframework<3.12.0
django-webtest<1.9.3
psycopg2<2.9
pyquery