mirror of https://github.com/celery/kombu.git
Run linters first in CI.
This commit is contained in:
parent
c1351f59df
commit
b5ef2d7571
|
@ -19,12 +19,16 @@ matrix:
|
|||
- python: pypy
|
||||
env: TOXENV=pypy
|
||||
- env: TOXENV=flake8
|
||||
stage: lint
|
||||
- env: TOXENV=flakeplus
|
||||
stage: lint
|
||||
- env: TOXENV=apicheck
|
||||
stage: lint
|
||||
- env: TOXENV=pydocstyle
|
||||
stage: lint
|
||||
|
||||
install:
|
||||
- pip install -U pip setuptools wheel | cat
|
||||
- pip install -U pip setuptools wheel | cat
|
||||
- pip install -U tox | cat
|
||||
script: tox -v -- -v
|
||||
after_success:
|
||||
|
|
Loading…
Reference in New Issue