Merge "Run linters on py3"

This commit is contained in:
Zuul
2021-01-06 01:41:52 +00:00
committed by Gerrit Code Review

View File

@@ -37,8 +37,6 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_COVER_HTML_DIR={toxinidir}/cover
[testenv:pep8]
basepython = python2.7
deps = {[testenv:py27]deps}
commands =
flake8 {posargs:swift test doc setup.py}
flake8 --filename=swift* bin
@@ -46,10 +44,6 @@ commands =
bandit -c bandit.yaml -r swift -n 5
./.manpages {posargs}
[testenv:py3pep8]
basepython = python3
commands = {[testenv:pep8]commands}
[testenv:func-py3]
basepython = python3
commands = ./.functests {posargs}