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:
parent
7703fa217b
commit
08bbb6b7c7
1
tox.ini
1
tox.ini
@ -96,6 +96,7 @@ deps =
|
||||
logilab-common==1.1.0
|
||||
six==1.10.0
|
||||
vulture==0.8.1
|
||||
requests==2.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
|
||||
|
Loading…
Reference in New Issue
Block a user