From 6058b1c4ea9368ba02a25a7b56f6ff16994a13f5 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 17 Dec 2020 09:30:08 -0800 Subject: [PATCH] Run linters on py3 Change-Id: I8db90ce8198aad720a644186d6a122df6f0058ae --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tox.ini b/tox.ini index 9c28240cdd..601c9a25f7 100644 --- a/tox.ini +++ b/tox.ini @@ -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}