tox: stop testing against django 1.11

This commit is contained in:
Frédéric Péters 2021-07-03 14:48:09 +02:00
parent 3635a9524d
commit eef27053e1
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py3-django111-black-coverage-pylint,py3-django22
envlist = py3-django22-black-coverage-pylint
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/welco/{env:BRANCH_NAME:}
[testenv]
@ -12,7 +12,6 @@ setenv =
fast: FAST=--nomigrations
coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=welco/
deps =
django111: django>=1.11,<1.12
django22: django>=2.2,<2.3
pytest-cov
pytest-django