From a8cdbf3dfcb8b7f43f1107b559cb500833b26b42 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 24 Nov 2021 15:30:20 +0100 Subject: [PATCH] tox.ini: fix running of the pylint target --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a7cbb61..8ab419a 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py3,code-style envlist = code-style py3 - py3-pylint + pylint [testenv] setenv = @@ -45,6 +45,7 @@ commands = pre-commit run --all-files --show-diff-on-failure [testenv:pylint] +basepython = python3 deps = -rtest-requirements.txt pylint