Allow pep8 tox target to use any py3 version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user