summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2020-01-21 16:09:01 +0100
committerAntoine Musso <hashar@free.fr>2020-04-02 10:57:55 +0200
commit2625a6f3f7250a574455236b6aa1415536d6319c (patch)
tree1d1de3919928082ad32929486f3f8148780e91c7 /.zuul.yaml
parent0437c5fa6cc5964e4a8b4655c4ac1c5489d89dde (diff)
downloadzuul-2625a6f3f7250a574455236b6aa1415536d6319c.tar.gz
tox: rename pep8 to linters
pep8 is legacy, we now use flake8 and the virtual environment also runs mypy and openapi-spec-validator. Rename the virtualenv from 'pep8' to 'linters'. Use tox-linters instead of tox-pep8. tox-pep8 skips test-setup.sh Ia140b331ae1502fcf1f685faa6dace117d77d35d Done for tox-linters by Idc72c7d1a88fff8e738c896e2482b5cb1d844600 Depends-On: Idc72c7d1a88fff8e738c896e2482b5cb1d844600 Change-Id: I1fbd8335a2353f750f49b6a763eefc6f399a7143
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index d4a4151d5..c1f155144 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -203,7 +203,7 @@
jobs:
- zuul-build-image
- zuul-tox-docs
- - tox-pep8
+ - tox-linters
- tox-py35:
irrelevant-files:
- zuul/cmd/migrate.py
@@ -259,7 +259,7 @@
jobs:
- zuul-upload-image
- zuul-tox-docs
- - tox-pep8
+ - tox-linters
- tox-py35:
irrelevant-files:
- zuul/cmd/migrate.py