Use basepython = python3.4 for pylint.
This means users will need PyQt5/sip compiled for Python 3.4, but that's certainly better than pylint not working at all.
This commit is contained in:
parent
739d2cfffd
commit
0b4dc12869
2
tox.ini
2
tox.ini
@ -84,7 +84,7 @@ commands =
|
|||||||
{envpython} scripts/dev/misc_checks.py spelling
|
{envpython} scripts/dev/misc_checks.py spelling
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
basepython = python3
|
basepython = python3.4
|
||||||
skip_install = true
|
skip_install = true
|
||||||
setenv = PYTHONPATH={toxinidir}/scripts/dev
|
setenv = PYTHONPATH={toxinidir}/scripts/dev
|
||||||
passenv =
|
passenv =
|
||||||
|
Loading…
Reference in New Issue
Block a user