Use py3 for pep8

We should use py3 for pep8 as it is stricter than pep8 on py2.7
and for consistency with nova-powervm [1].

[1] https://review.openstack.org/#/c/558868/

Change-Id: I247333e34762b2bf996b4795e266df5f284a9881
This commit is contained in:
Matthew Edmonds 2018-04-04 12:29:35 -04:00
parent a93bc62d45
commit 0d0f882dcc
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ whitelist_externals = bash
commands = bash tools/pretty_tox.sh '{posargs}'
[testenv:pep8]
basepython = python3
commands = flake8
[testenv:venv]