From 3e86b986249b788d54f04f076f7da1c8426ddc86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 2 Jul 2021 14:32:48 +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 01ed7a58..7d992338 100644 --- a/tox.ini +++ b/tox.ini @@ -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