mirror of
https://github.com/cmur2/python-bme680.git
synced 2025-08-09 14:48:44 +02:00
Travis flake8 checks
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
language: python
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
python: "2.7"
|
||||||
|
|
||||||
|
script:
|
||||||
|
flake8 --ignore F405
|
Reference in New Issue
Block a user