From d98c474e870c5919458f33cdee870d649edd327b Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Fri, 24 May 2019 20:26:16 +0200 Subject: [PATCH] Only test for Django 2.0+ on Python 3.7. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 15c9e1f2..39df97f3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] # Ensure you add to .travis.yml if you add here, using `tox -l` -envlist = {py34,py35,py36,py37}-django{111,20,21,22},lint +envlist = {py34,py35,py36}-django{111,20,21,22},py37-django{20,21,22},lint [travis] -- 2.45.2