summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-12-17 09:30:08 -0800
committerTim Burke <tim.burke@gmail.com>2020-12-17 09:30:08 -0800
commit6058b1c4ea9368ba02a25a7b56f6ff16994a13f5 (patch)
tree19260090e18f9f6c1affeb006abb58fa3b302c48 /tox.ini
parent6e9e84a5c2be7a5e0a8b5ef123ac3cbb272c3ebc (diff)
downloadswift-6058b1c4ea9368ba02a25a7b56f6ff16994a13f5.tar.gz
Run linters on py3
Change-Id: I8db90ce8198aad720a644186d6a122df6f0058ae
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 9c28240cd..601c9a25f 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}