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:
Florian Bruhin 2015-10-04 14:31:54 +02:00
parent 739d2cfffd
commit 0b4dc12869

View File

@ -84,7 +84,7 @@ commands =
{envpython} scripts/dev/misc_checks.py spelling
[testenv:pylint]
basepython = python3
basepython = python3.4
skip_install = true
setenv = PYTHONPATH={toxinidir}/scripts/dev
passenv =