Projet

Général

Profil

0004-tox-test-against-both-django-1.11-and-2.2-41236.patch

Frédéric Péters, 01 avril 2020 17:39

Télécharger (914 octets)

Voir les différences:

Subject: [PATCH 4/4] tox: test against both django 1.11 and 2.2 (#41236)

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

  
5 5
[testenv]
6 6
sitepackages = true
......
33 33
    python-magic
34 34
    docutils
35 35
    git+https://git.entrouvert.org/debian/django-ckeditor.git
36
    django >=1.11, <1.12
36
    django111: django>=1.11,<1.12
37
    django22: django>=2.2,<2.3
37 38
    django-ratelimit<3
38 39
    pyproj
39 40
    pylint<1.8
40
-