mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
0ab63dc4d4
* Flake8 Travis Job * Fix flake8 warnings * Fix pylint errors * Fix travis file
10 lines
188 B
YAML
10 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
|