From 98e451c90e858876fed5d4a6b4bfcc09e708e7d9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 6 Oct 2015 06:10:32 +0200 Subject: [PATCH] Install vulture for pylint testenv. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 029690cb1..6bed3980c 100644 --- a/tox.ini +++ b/tox.ini @@ -91,6 +91,7 @@ deps = pylint==1.4.4 logilab-common==1.0.2 six==1.9.0 + vulture==0.8.1 commands = {envpython} scripts/link_pyqt.py --tox {envdir} {envpython} -m pylint scripts qutebrowser --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF