mirror of
https://github.com/cmur2/python-bme680.git
synced 2025-08-10 10:48:45 +02:00
travis: fix build config validation problems
- https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
|
---
|
||||||
|
os: linux
|
||||||
language: python
|
language: python
|
||||||
sudo: false
|
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
git:
|
git:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: TOXENV=py27
|
env: TOXENV=py27
|
||||||
|
Reference in New Issue
Block a user