From 0004bebc092b7a983e75664cbd844fc2bb653e13 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 30 Nov 2015 07:12:59 +0100 Subject: [PATCH] tox: Update astroid/pylint to 1.4.1/1.5.0. This means logilab-common isn't needed anymore and it runs with python 3.5 now. --- tox.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 00b4bc839..654a060f4 100644 --- a/tox.ini +++ b/tox.ini @@ -97,7 +97,6 @@ commands = {envpython} scripts/dev/run_vulture.py [testenv:pylint] -basepython = python3.4 ignore_errors = true skip_install = true setenv = PYTHONPATH={toxinidir}/scripts/dev @@ -105,9 +104,8 @@ passenv = deps = {[testenv]deps} {[testenv:misc]deps} - astroid==1.3.8 - pylint==1.4.4 - logilab-common==1.1.0 + astroid==1.4.1 + pylint==1.5.0 requests==2.8.1 commands = {envpython} scripts/link_pyqt.py --tox {envdir}