mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
11 lines
188 B
YAML
11 lines
188 B
YAML
|
sudo: false
|
||
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
install:
|
||
|
- pip install -r requirements.txt
|
||
|
- pip install flake8==3.5.0 pylint==1.8.4
|
||
|
script:
|
||
|
- flake8 esphomeyaml
|
||
|
- pylint esphomeyaml
|