From 4ece48c7b2aec97be4aef16cd05025bd4bc64587 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 27 Jan 2019 22:24:20 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20Python=203.4=20from=20Django=202.1=20t?= =?UTF-8?q?ests=20since=20it=E2=80=99s=20not=20supported.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b14b252..2360992 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = twine-check-py{27,37}, py{27,34,35,36}-dj111 py{34,35,36,37}-dj20 - py{34,35,36,37}-dj21 + py{35,36,37}-dj21 [testenv] basepython =