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

10 lines
123 B
YAML
Raw Normal View History

2018-08-28 21:30:59 +02:00
language: python
sudo: false
matrix:
include:
python: "2.7"
script:
flake8 --ignore F405