Replace pep8 jobs with linters

Change-Id: I9a59157bf85325a105837828a099915ae79ad003
This commit is contained in:
Sorin Sbarnea 2020-05-28 10:19:47 +01:00
parent f68a8719af
commit 673a054b17
2 changed files with 2 additions and 7 deletions

View File

@ -8,11 +8,11 @@
jobs:
- elastic-recheck-tox-queries:
voting: false
- openstack-tox-pep8
- openstack-tox-linters
- openstack-tox-py27
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-linters
- openstack-tox-py27
- job:

View File

@ -51,8 +51,3 @@ commands = bindep test
basepython = python3
commands = flake8
# deprecated, use linters instead
[testenv:pep8]
basepython = python3
envdir = {toxworkdir}/linters
commands = {[testenv:linters]commands}