tox.ini: pyflakes-1.2.3 is out, and works

This no longer suffers from the bug which caused pyflakes to crash when
it sees "from . import x".
This commit is contained in:
Brian Warner 2016-05-12 16:43:46 -07:00
parent d725364a5e
commit a4ce663c31

View File

@ -18,7 +18,7 @@ skip_missing_interpreters = True
[testenv]
deps =
pyflakes != 1.2.0, != 1.2.1, != 1.2.2
pyflakes >= 1.2.3
{env:EXTRA_DEPENDENCY:}
commands =
pyflakes setup.py src