mirror of
https://github.com/cmur2/python-bme280.git
synced 2024-12-22 02:54:22 +01:00
module: test python 3 versions of debian on travis-ci
This commit is contained in:
parent
80470caac7
commit
7a02362686
@ -3,12 +3,12 @@ sudo: false
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.6"
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "3.7"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
|
||||||
- python: "3.6"
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pylint bme280
|
- pylint bme280
|
||||||
|
Loading…
Reference in New Issue
Block a user