From 273ebaebd7e2259abd51b1771777223f2748d432 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:29:07 +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 799296f..b17f8c5 100644 --- a/tox.ini +++ b/tox.ini @@ -57,7 +57,7 @@ commands = [testenv:pylint] usedevelop = true -basepython = python2.7 +basepython = python3 deps = https://git.entrouvert.org/authentic.git/snapshot/authentic-main.tar.gz Django<2.3