tox: Update pyflakes to 0.9.2.

Upstream changelog:

- Fix a traceback when a global is defined in one scope, and used in another.
This commit is contained in:
Florian Bruhin 2015-06-17 17:48:25 +02:00
parent 6dbdea0ee3
commit 703b0043db

View File

@ -80,7 +80,7 @@ deps =
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
py==1.4.28 py==1.4.28
pytest==2.7.1 pytest==2.7.1
pyflakes==0.9.1 pyflakes==0.9.2
pytest-flakes==1.0.0 pytest-flakes==1.0.0
commands = commands =
{envpython} scripts/link_pyqt.py --tox {envdir} {envpython} scripts/link_pyqt.py --tox {envdir}