From 4a5d778a3642de24ab5afa62f1444f42d7837ce3 Mon Sep 17 00:00:00 2001 From: Sergey Tereschenko Date: Mon, 11 Feb 2019 22:22:12 +0200 Subject: [PATCH] Update test matrix: add django-2.1 and python 3.7 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index b752d6f..df90f16 100644 --- a/tox.ini +++ b/tox.ini @@ -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