From f7eba914be56baec3b492fbc1ccaefe892616032 Mon Sep 17 00:00:00 2001 From: romangraef Date: Mon, 26 Nov 2018 21:43:44 +0100 Subject: more travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ab6e038..989a6f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,8 @@ matrix: - stage: lint name: Linting script: pylint + exclude: + - stage: lint + python: "3.4" allow_failures: - stage: lint -- cgit