From b5ef2d7571a78affac06c8ee12cdfd158c642fc2 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Sun, 20 May 2018 11:12:16 +0300 Subject: [PATCH] Run linters first in CI. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f6a0232e0..fe8c59da9 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: