Merge "Add possibility to choose python version in the pep8 job"

This commit is contained in:
Zuul 2023-01-20 10:49:07 +00:00 committed by Gerrit Code Review
commit bd6729a1fb
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ whitelist_externals =
[testenv:pep8]
basepython = python3
basepython = {env:TOX_PYTHON:python3}
deps =
{[testenv]deps}
-r{toxinidir}/linters-requirements.txt