From 04c0ce5ad656af8fc2d7ea24e99083e162e03034 Mon Sep 17 00:00:00 2001 From: romangraef Date: Mon, 26 Nov 2018 21:53:34 +0100 Subject: travis... --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5646a89..7e307fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,18 @@ language: python -python: -- "3.6" -- "3.4" -install: pip install tox-travis pylint matrix: fast_finish: true include: - stage: test + python: + - "3.6" + - "3.4" + install: pip install tox-travis name: Unit tests script: tox - stage: lint name: Linting script: pylint + install: pip install pylint allow_failures: - stage: lint -- cgit