module: test python 3 versions of debian on travis-ci

This commit is contained in:
Christian Nicolai 2019-08-17 21:12:47 +02:00 committed by GitHub
parent 80470caac7
commit 2ff7d88510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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