tox: test against both django 1.11 and 2.2 (#41236)

This commit is contained in:
Frédéric Péters 2020-04-01 14:59:46 +02:00
parent edd8d2499b
commit 6e5da92f76
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/wcs/{env:BRANCH_NAME:}
envlist = py3-pylint-coverage
envlist = py3-django111-pylint-coverage, py3-django22
[testenv]
sitepackages = true
@ -33,7 +33,8 @@ deps =
python-magic
docutils
git+https://git.entrouvert.org/debian/django-ckeditor.git
django >=1.11, <1.12
django111: django>=1.11,<1.12
django22: django>=2.2,<2.3
django-ratelimit<3
pyproj
pylint<1.8