tox: stop testing against django 1.11

This commit is contained in:
Frédéric Péters 2021-07-02 14:32:48 +02:00
parent 98973b0a7e
commit 3e86b98624
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle/{env:BRANCH_NAME:}
envlist = py3-django111-codestyle-coverage,py3-django22
envlist = py3-django22-codestyle-coverage
[testenv]
usedevelop = True
@ -13,7 +13,6 @@ setenv =
fast: FAST=--nomigrations
coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=passerelle/ --cov-config .coveragerc -Wignore
deps =
django111: django>=1.11,<1.12
django22: django>=2.2,<2.3
psycopg2-binary<2.9
pytest-cov