1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2024-09-28 21:02:20 +02:00
python-bme680/.travis.yml
2018-08-28 20:33:03 +01:00

11 lines
183 B
YAML

language: python
sudo: false
matrix:
include:
python: "2.7"
script:
- pip install --ignore-installed --upgrade flake8
- flake8 --ignore F405