From 7a023626862338a8e006ec04779a2fe1ef719c18 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Sat, 17 Aug 2019 21:12:47 +0200 Subject: [PATCH] module: test python 3 versions of debian on travis-ci --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6fd1da..c941804 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,12 @@ sudo: false language: python python: - "2.7" - - "3.6" + - "3.4" + - "3.5" + - "3.7" matrix: fast_finish: true - allow_failures: - - python: "3.6" script: - pylint bme280