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: If3016aef3a75281ff9edb5615bbc4575e6214e9e
This commit is contained in:
Ben Nemec 2018-04-12 16:42:21 +00:00
parent f1a63a3e78
commit f95a6ff35e
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ deps =
-r{toxinidir}/requirements.txt
[testenv:pep8]
basepython = python3
commands =
flake8
# Run security linter