tox: test against django 2.2

This commit is contained in:
Frédéric Péters 2020-04-12 11:34:44 +02:00
parent 06b5dc9d9d
commit 6a47a0bcbf
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/corbo/{env:BRANCH_NAME:}
envlist = py2-coverage-django111,py3-django111
envlist = py2-coverage-django111,py3-django111,py3-django22
[testenv]
usedevelop =
@ -10,14 +10,15 @@ setenv =
CORBO_SETTINGS_FILE=tests/settings.py
coverage: COVERAGE=--junitxml=test_results.xml --cov-report xml --cov-report html --cov=corbo/ --cov-config .coveragerc
deps =
django>=1.11,<1.12
django111: django>=1.11,<1.12
django22: django>=2.2,<2.3
http://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz
pytest-cov
pytest-django>=3.1.1,<3.4.6
pytest>=3.0.4
django-webtest<1.9.3
django-ckeditor<4.5.3
djangorestframework>=3.3,<3.7
djangorestframework>=3.3,<3.8
pylint==1.4.0
astroid==1.3.2
mock