esphome/.travis.yml
Otto Winter 2abbe1bca3
Updates
2018-09-25 10:30:45 +02:00

10 lines
219 B
YAML

sudo: false
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
- pip install tornado esptool flake8==3.5.0 pylint==1.8.4 tzlocal pillow
script:
- flake8 esphomeyaml
- pylint esphomeyaml