Merge "Default pep8/fast8 to run under python 3"

This commit is contained in:
Zuul
2018-05-10 18:40:27 +00:00
committed by Gerrit Code Review

View File

@@ -65,6 +65,7 @@ setenv =
OS_TEST_PATH = ./cinder/tests/compliance
[testenv:pep8]
basepython = python3
commands =
flake8 {posargs} .
{toxinidir}/tools/config/check_uptodate.sh
@@ -73,6 +74,7 @@ commands =
[testenv:fast8]
# Use same environment directory as pep8 env to save space and install time
envdir = {toxworkdir}/pep8
basepython = python3
commands =
{toxinidir}/tools/fast8.sh