1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-06-02 00:34:40 +02:00
python-bme680/.travis.yml

11 lines
183 B
YAML
Raw Normal View History

2018-08-28 21:30:59 +02:00
language: python
sudo: false
matrix:
include:
python: "2.7"
script:
2018-08-28 21:33:03 +02:00
- pip install --ignore-installed --upgrade flake8
- flake8 --ignore F405