mirror of
https://github.com/cmur2/python-bme280.git
synced 2024-12-22 02:54:22 +01:00
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:
parent
7a02362686
commit
eb28f7385a
@ -9,6 +9,8 @@ python:
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- python: "3.7"
|
||||
|
||||
script:
|
||||
- pylint bme280
|
||||
|
Loading…
Reference in New Issue
Block a user