mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
Flake8 Travis Job
This commit is contained in:
parent
51c856e65e
commit
ec71e5f259
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
sudo: false
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- pip install flake8==3.5.0 pylint==1.8.2
|
||||||
|
script:
|
||||||
|
- flake8 esphomeyaml
|
||||||
|
- pylint esphomeyaml
|
Loading…
x
Reference in New Issue
Block a user