[tox] Bound flake8 version to >=3.4, <3.5 3.25
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 30 Oct 2017 09:04:34 +0100
branch3.25
changeset 12217 6ab1793f6f83
parent 12216 4de5927871f9
child 12228 8fa3131583ec
[tox] Bound flake8 version to >=3.4, <3.5 The code base is not clean with 3.5, so keep using 3.4 in *stable* branches.
tox.ini
--- a/tox.ini	Tue Oct 24 09:50:29 2017 +0200
+++ b/tox.ini	Mon Oct 30 09:04:34 2017 +0100
@@ -20,7 +20,7 @@
 [testenv:flake8]
 skip_install = true
 deps =
-  flake8 >= 3
+  flake8 >= 3.4, < 3.5
 whitelist_externals =
   /bin/sh
 commands = /bin/sh -c "flake8 `xargs -a {toxinidir}/flake8-ok-files.txt`"