summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: