From 221c366ca65ed77b407f4a97f9d7484b7eda892a Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Sat, 17 Aug 2019 21:21:59 +0200 Subject: [PATCH] module: test python 3 versions of debian on travis-ci Pylint 1.9 does not work on Python 3.7 but updating to Pylint 2.x would drop Python 2 support, see https://github.com/PyCQA/pylint/issues/2241 --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b241df5..1e68d12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,14 @@ sudo: false language: python python: - "2.7" - - "3.6" + - "3.4" + - "3.5" + - "3.7" matrix: fast_finish: true allow_failures: - - python: "3.6" + - python: "3.7" script: - pylint veml6070