mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-12-22 12:54:29 +01:00
Travis flake8 checks
This commit is contained in:
parent
2dc799a7a4
commit
b2641c48df
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
|
Loading…
Reference in New Issue
Block a user