From eef27053e1ceeeaacb7fac4e708f6ae5909bdd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 3 Jul 2021 14:48:09 +0200 Subject: [PATCH] tox: stop testing against django 1.11 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 88d9f0d..616cd45 100644 --- a/tox.ini +++ b/tox.ini @@ -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