2018-04-10 17:17:46 +02:00
|
|
|
sudo: false
|
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
install:
|
|
|
|
- pip install -r requirements.txt
|
2018-09-26 18:14:51 +02:00
|
|
|
- pip install flake8==3.5.0 pylint==1.9.3 tzlocal pillow
|
2018-04-10 17:17:46 +02:00
|
|
|
script:
|
|
|
|
- flake8 esphomeyaml
|
|
|
|
- pylint esphomeyaml
|