mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-11-14 18:56:19 +01:00
11 lines
183 B
YAML
11 lines
183 B
YAML
language: python
|
|
sudo: false
|
|
|
|
matrix:
|
|
include:
|
|
python: "2.7"
|
|
|
|
script:
|
|
- pip install --ignore-installed --upgrade flake8
|
|
- flake8 --ignore F405
|