From fcbf0ac3459a99d2a6c7058bb2a0d258fad8d110 Mon Sep 17 00:00:00 2001 From: romangraef Date: Mon, 26 Nov 2018 21:50:30 +0100 Subject: travis... --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 989a6f1..5646a89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "3.6" - "3.4" install: pip install tox-travis pylint + matrix: fast_finish: true include: @@ -12,8 +13,5 @@ matrix: - stage: lint name: Linting script: pylint - exclude: - - stage: lint - python: "3.4" allow_failures: - stage: lint -- cgit