Skip to content

Commit

Permalink
Run linters first in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed May 20, 2018
1 parent c1351f5 commit b5ef2d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit b5ef2d7

Please sign in to comment.