[skeleton] use python3 flake8 3.26
authorPhilippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 29 Jan 2019 14:04:28 +0100
branch3.26
changeset 12434 4443ae7c9a2d
parent 12433 9a78d50a1ff6
child 12435 af93bf9723b4
[skeleton] use python3 flake8 In tox "flake8" environment, use python 3 virtualenv, so we can check for python3 incompatible syntax.
cubicweb/skeleton/tox.ini.tmpl
--- a/cubicweb/skeleton/tox.ini.tmpl	Tue Jan 29 14:02:19 2019 +0100
+++ b/cubicweb/skeleton/tox.ini.tmpl	Tue Jan 29 14:04:28 2019 +0100
@@ -8,6 +8,7 @@
   {envpython} -m pytest {posargs:test}
 
 [testenv:flake8]
+basepython = python3
 skip_install = true
 deps =
   flake8