mirror of
https://github.com/cmur2/python-veml6070.git
synced 2024-12-21 04:54:23 +01: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:
parent
31b3b5e643
commit
221c366ca6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user