tox: switch pylint to use python3

This commit is contained in:
Frédéric Péters 2021-12-15 08:27:17 +01:00
parent 608193932d
commit 2251721204
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ commands =
[testenv:pylint]
usedevelop = true
basepython = python2.7
basepython = python3
deps =
Django<2.3
pylint<1.8