From 8881799eb0aed579aaae47aa1052b5704e6a5a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 9 Sep 2020 08:33:31 +0200 Subject: [PATCH] tox: stop testing against python 2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3b40bd2..9509418 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/zoo/{env:BRANCH_NAME:} -envlist = {py27,py3}-coverage +envlist = py3-coverage [testenv] # django.contrib.auth is not tested it does not work with our templates