esphome/.travis.yml

11 lines
219 B
YAML
Raw Normal View History

sudo: false
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
2018-09-23 18:58:41 +02:00
- pip install tornado esptool flake8==3.5.0 pylint==1.8.4 tzlocal pillow
script:
- flake8 esphomeyaml
- pylint esphomeyaml