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 passenv = LC_ALL, LANG, HOME
deps = deps =
binaryornot binaryornot
flake8 flake8==2.5.5
pytest-cookies pytest-cookies
sh sh
commands = py.test {posargs:tests} commands = py.test {posargs:tests}