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

Travis flake8 checks

This commit is contained in:
Phil Howard 2018-08-28 20:30:59 +01:00
parent 2dc799a7a4
commit b2641c48df

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
sudo: false
matrix:
include:
python: "2.7"
script:
flake8 --ignore F405