diff --git a/tox.ini b/tox.ini index dbde404..da7812f 100644 --- a/tox.ini +++ b/tox.ini @@ -45,10 +45,10 @@ commands = coverage xml [testenv:flake8] -basepython = python3.9 +# basepython = python3.8 commands = flake8 dbtemplates deps = flake8 [flake8] exclude=.tox -ignore=E501,E127,E128,E124 +pignore=E501,E127,E128,E124