From 0b4dc128699e9a51adf12ceb8f0ff7a614f44c32 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 4 Oct 2015 14:31:54 +0200 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3bb1bbeda..4db717149 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =