esphome/.travis.yml

11 lines
204 B
YAML
Raw Normal View History

sudo: false
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
2018-06-01 22:49:04 +02:00
- pip install tornado esptool flake8==3.5.0 pylint==1.8.4
script:
- flake8 esphomeyaml
- pylint esphomeyaml