From d5f8c07b97a5edff3f76384257f29943aeca1929 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:45:57 +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 bfec201..80b4e7d 100644 --- a/tox.ini +++ b/tox.ini @@ -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