1
0
mirror of https://github.com/cmur2/python-veml6070.git synced 2024-10-18 07:56:15 +02:00

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
This commit is contained in:
Christian Nicolai 2019-08-17 21:21:59 +02:00 committed by GitHub
parent 31b3b5e643
commit 221c366ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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