From 225172120433013623fc8cb26c59a15e4c9e6d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 15 Dec 2021 08:27:17 +0100 Subject: [PATCH] tox: switch pylint to use python3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 918f936..51c6539 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,7 @@ commands = [testenv:pylint] usedevelop = true -basepython = python2.7 +basepython = python3 deps = Django<2.3 pylint<1.8