Consider new UA script in tox tests

To avoid failing tests tox now includes one of the modules required by
the script and the latter informs pylint to ignore one of the imports.
This commit is contained in:
Lamar Pavel 2015-10-20 17:30:39 +02:00
parent 7703fa217b
commit 08bbb6b7c7

View File

@ -96,6 +96,7 @@ deps =
logilab-common==1.1.0 logilab-common==1.1.0
six==1.10.0 six==1.10.0
vulture==0.8.1 vulture==0.8.1
requests==2.8.1
commands = commands =
{envpython} scripts/link_pyqt.py --tox {envdir} {envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m pylint scripts qutebrowser --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF {envpython} -m pylint scripts qutebrowser --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF