tox: test against django 2.2 (#41285)

This commit is contained in:
Frédéric Péters 2020-04-01 18:50:53 +02:00
parent d863c40190
commit a7abc6e3aa
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/combo/{env:BRANCH_NAME:}
envlist = coverage-py3-pylint
envlist = coverage-py3-django111-pylint,py3-django22
[testenv]
usedevelop = True
@ -11,7 +11,8 @@ setenv =
TOX_WORK_DIR={toxworkdir}
coverage: COVERAGE=--cov-report xml --cov-report html --cov=combo/
deps =
django>=1.11,<1.12
django111: django>=1.11,<1.12
django22: django>=2.2,<2.3
pywebpush
pytest-cov
pytest-django