mirror of
https://github.com/cmur2/python-bme280.git
synced 2025-01-02 04:54:22 +01:00
travis: fix build config validation problems
- https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments
This commit is contained in:
parent
d124fa415b
commit
7ce6833947
@ -1,5 +1,5 @@
|
||||
---
|
||||
sudo: false
|
||||
os: linux
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
@ -7,7 +7,7 @@ python:
|
||||
- "3.5"
|
||||
- "3.7"
|
||||
|
||||
matrix:
|
||||
jobs:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- python: "3.4"
|
||||
|
Loading…
Reference in New Issue
Block a user