Update test matrix: add django-2.1 and python 3.7

This commit is contained in:
Sergey Tereschenko 2019-02-11 22:22:12 +02:00
parent ac2026602f
commit 4a5d778a36

View file

@ -7,6 +7,7 @@ distribute = False
envlist =
py{27,34,35,36}-1.11.X,
py{34,35,36}-2.0.X,
py{35,36,37}-2.1.X,
[testenv]
downloadcache = {toxworkdir}/_download/
@ -18,7 +19,9 @@ basepython =
py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7
deps =
1.11.X: Django==1.11.*
2.0.X: Django==2.0.*
2.1.X: Django==2.1.*
Pillow