tox: Update astroid to 1.4.2 and pylint to 1.5.2.
This commit is contained in:
parent
4b770f4f35
commit
12f44d0a5e
@ -73,6 +73,7 @@ def read_file(filename, binary=False):
|
|||||||
Return:
|
Return:
|
||||||
The file contents as string.
|
The file contents as string.
|
||||||
"""
|
"""
|
||||||
|
# pylint: disable=assignment-from-no-return
|
||||||
if hasattr(sys, 'frozen'):
|
if hasattr(sys, 'frozen'):
|
||||||
# cx_Freeze doesn't support pkg_resources :(
|
# cx_Freeze doesn't support pkg_resources :(
|
||||||
fn = os.path.join(os.path.dirname(sys.executable), filename)
|
fn = os.path.join(os.path.dirname(sys.executable), filename)
|
||||||
|
4
tox.ini
4
tox.ini
@ -105,8 +105,8 @@ passenv =
|
|||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
{[testenv:misc]deps}
|
{[testenv:misc]deps}
|
||||||
astroid==1.4.1
|
astroid==1.4.2
|
||||||
pylint==1.5.1
|
pylint==1.5.2
|
||||||
requests==2.9.0
|
requests==2.9.0
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user