[tox] Bump flake8 version to 3.5
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 30 Oct 2017 09:37:20 +0100
changeset 12226 2e2425d2d54d
parent 12225 a8ed10f80a85
child 12227 dc333e9104c9
[tox] Bump flake8 version to 3.5 Previous patches fixed new errors raised in this version.
tox.ini
--- a/tox.ini	Mon Oct 30 09:32:26 2017 +0100
+++ b/tox.ini	Mon Oct 30 09:37:20 2017 +0100
@@ -20,7 +20,7 @@
 [testenv:flake8]
 skip_install = true
 deps =
-  flake8 >= 3
+  flake8 >= 3.5
 whitelist_externals =
   /bin/sh
 commands = /bin/sh -c "flake8 `xargs -a {toxinidir}/flake8-ok-files.txt`"