summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2018-05-20 11:12:16 +0300
committerOmer Katz <omer.drow@gmail.com>2018-05-20 11:12:16 +0300
commitb5ef2d7571a78affac06c8ee12cdfd158c642fc2 (patch)
treea6b85c199df3ab05ae81da38b0d07acdaad9ea93
parentc1351f59dfdf6147531d8c730162d7b963941d56 (diff)
downloadkombu-b5ef2d7571a78affac06c8ee12cdfd158c642fc2.tar.gz
Run linters first in CI.
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f6a0232e..fe8c59da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: