From d41b70521982e321d5170f028c93f7ac7b588eab Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Mon, 15 Jul 2019 21:39:02 +0200 Subject: [PATCH] Add py35,py36 to the django22 tox matrix Co-Author: @rpkilby --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6e2d6c700..45189dc02 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = {py35,py36}-django111, {py35,py36}-django20, {py35,py36,py37}-django21, - {py37}-django22, + {py35,py36,py37}-django22, {py36,py37}-latest, isort,lint,docs,warnings,