Merge "TOX/pep8: Enforce the use of python2"

This commit is contained in:
Zuul 2018-03-11 11:28:26 +00:00 committed by Gerrit Code Review
commit c3c4bfe7be
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ deps =
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
basepython = python2.7
commands = flake8 {posargs}
{toxinidir}/tools/coding-checks.sh --pylint '{posargs}'