tox: add django 2.2 environment

This commit is contained in:
Frédéric Péters 2020-07-28 15:13:38 +02:00
parent b92932f550
commit ad29b4bab1
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py2-coverage-django111-pylint,py3-django111
envlist = py2-coverage-django111-pylint,py3-django111,py3-django22
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/mandayejs/
[testenv]
@ -11,6 +11,7 @@ setenv =
coverage: COVERAGE=--junitxml=test_results.xml --cov-report xml --cov-report html --cov=mandayejs/ --cov-config .coveragerc
deps =
django111: django>=1.11,<2.0
django22: django>=2.2,<2.3
pytest-cov
pytest-django
pytest