pin flake8 to 2.5.5 to omit f405 errors

This commit is contained in:
Jannis Gebauer 2016-06-18 10:44:56 +02:00
parent 7fdab16f49
commit 1a4f000940

View File

@ -6,7 +6,7 @@ envlist = py27,py34,py35
passenv = LC_ALL, LANG, HOME
deps =
binaryornot
flake8
flake8==2.5.5
pytest-cookies
sh
commands = py.test {posargs:tests}