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
This commit is contained in:
cn
2019-08-17 21:20:31 +02:00
parent 7a02362686
commit eb28f7385a
+2
View File
@@ -9,6 +9,8 @@ python:
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures:
- python: "3.7"
script: script:
- pylint bme280 - pylint bme280