Switch pep8 job to python 3

pep8 under python 3 is more strict than under python 2, so to make
sure our projects meet the more strict standards we want to run the
pep8 jobs using python 3 by default.

Change-Id: I7b2a817147a0f1d1c7aabe09161a4df2ebec503f
This commit is contained in:
Ben Nemec 2018-04-12 16:55:25 +00:00
parent fd3b5f1ceb
commit 84ebaf9f14
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ deps =
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
basepython = python3
deps =
-r{toxinidir}/test-requirements.txt
commands =