From a4ed1ba84f0be388e9beda98ef53c1705d2a52c2 Mon Sep 17 00:00:00 2001 From: Nicolas ROCHE Date: Tue, 16 Feb 2021 11:34:49 +0100 Subject: [PATCH] django22: declare django2.2 in tox (#51168) --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f1c7515..a52f093 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-reunion-unicite/{env:BRANCH_NAME:} -envlist = py3-django111 +envlist = py3-{django111,django22} [testenv] usedevelop = True @@ -9,10 +9,11 @@ setenv = PASSERELLE_SETTINGS_FILE=tests/settings.py deps = django111: django>=1.11,<1.12 + django22: django>=2.2,<2.3 git+https://git.entrouvert.org/passerelle.git django-webtest psycopg2-binary<2.9 pytest pytest-django commands = - django111: py.test {posargs: --junitxml=junit-{envname}.xml tests/} + py.test {posargs: --junitxml=junit-{envname}.xml tests/} \ No newline at end of file