From 2a23f33ca6915c9564e7e685a44d24c83486de74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 5 Aug 2022 22:36:13 +0200 Subject: [PATCH] tox: stop testing against django 1.11 --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 4fb1928..a65fd48 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/zoo/{env:BRANCH_NAME:} -envlist = py3-{dj111,dj22}-coverage +envlist = py3-dj22-coverage [testenv] # django.contrib.auth is not tested it does not work with our templates @@ -20,8 +20,7 @@ setenv = usedevelop = coverage: True nocoverage: False -deps = - dj111: django<2 +deps = dj22: django<2.3 djangorestframework>=3.9.2,<3.10 pip>8