Merge "Default pep8/fast8 to run under python 3"
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user