From eb28f7385ac2d6ee2b6ecabc439b00389216e9cd Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Sat, 17 Aug 2019 21:18:28 +0200 Subject: [PATCH] module: ignore known python 3.7 failure for now 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c941804..4f96a54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ python: matrix: fast_finish: true + allow_failures: + - python: "3.7" script: - pylint bme280