Run linters first in CI.

This commit is contained in:
Omer Katz 2018-05-20 11:12:16 +03:00
parent c1351f59df
commit b5ef2d7571
No known key found for this signature in database
GPG Key ID: 12A53B890119D176
1 changed files with 5 additions and 1 deletions

View File

@ -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: