tox: test against django 2.2
gitea-wip/combo/pipeline/head Build started... Details
gitea/combo/pipeline/head Build started... Details

This commit is contained in:
Frédéric Péters 2020-04-01 18:50:53 +02:00
parent 2d9160f5c0
commit 7e67edd434
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-django111-pylint,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