tox: Set basepython = python3 for pylint.
This commit is contained in:
parent
2f955470db
commit
a987c08b69
1
tox.ini
1
tox.ini
@ -97,6 +97,7 @@ commands =
|
|||||||
{envpython} scripts/dev/run_vulture.py
|
{envpython} scripts/dev/run_vulture.py
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
|
basepython = python3
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
skip_install = true
|
skip_install = true
|
||||||
setenv = PYTHONPATH={toxinidir}/scripts/dev
|
setenv = PYTHONPATH={toxinidir}/scripts/dev
|
||||||
|
Loading…
Reference in New Issue
Block a user