Projet

Général

Profil

0004-tox-add-tests-against-django-2.2-41286.patch

Frédéric Péters, 02 avril 2020 21:16

Télécharger (900 octets)

Voir les différences:

Subject: [PATCH 4/4] tox: add tests against django 2.2 (#41286)

 tox.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
tox.ini
1 1
[tox]
2
envlist = py27-django111-coverage-pylint,py3-django111
2
envlist = py27-django111-coverage-pylint,py3-django111,py3-django22
3 3
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/welco/{env:BRANCH_NAME:}
4 4

  
5 5
[testenv]
......
12 12
  coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=welco/
13 13
deps =
14 14
  django111: django>=1.11,<1.12
15
  django22: django>=2.2,<2.3
15 16
  pytest-cov
16 17
  pytest-django
17 18
  pytest!=5.3.3
18
-