diff -r e814f2e1059c -r c703dc95c82e tox.ini --- a/tox.ini Tue Oct 09 16:24:12 2018 +0200 +++ b/tox.ini Mon Oct 29 10:04:31 2018 +0100 @@ -18,9 +18,10 @@ web: {envpython} -m pytest {posargs} {toxinidir}/cubicweb/web/test [testenv:flake8] +basepython=python3 skip_install = true deps = - flake8 >= 3.5 + flake8 >= 3.6 whitelist_externals = /bin/sh commands = /bin/sh -c "flake8 `xargs -a {toxinidir}/flake8-ok-files.txt`"