Allow pep8 tox target to use any py3 version

This commit is contained in:
Ryan Beisner
2018-03-22 14:29:45 -05:00
parent ba2732024d
commit 58579384aa
+2 -2
View File
@@ -23,7 +23,7 @@ basepython = python3.6
deps = -r{toxinidir}/test-requirements.txt
[testenv:pep8]
basepython = python3.6
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs} zaza unit_tests
@@ -31,4 +31,4 @@ commands = flake8 {posargs} zaza unit_tests
commands = {posargs}
[flake8]
ignore = E402,E226
ignore = E402,E226