tox: run tests with django 2.2 (#49062)

This commit is contained in:
Emmanuel Cazenave 2020-12-07 15:26:40 +01:00
parent 4b15d53a35
commit 9e63eb81ce
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
[tox]
toxworkdir = /tmp/tox-{env:USER}/django-journal/{env:BRANCH_NAME:}
envlist = py2-coverage-{django111,django18},py3-django111
envlist = py3-coverage-django111,py3-django22
[testenv]
usedevelop = True
deps =
django18: django<1.9
django111: django<2
django111: django>=1.11,<1.12
django22: django>=2.2,<2.3
psycopg2
pytest-cov
pytest