mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
ab6d293d0d
* Fix min platformio version and update requirements * Remove unnecessary requirements from travis
11 lines
203 B
YAML
11 lines
203 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
- pip install flake8==3.5.0 pylint==1.9.3 tzlocal pillow
|
|
script:
|
|
- flake8 esphomeyaml
|
|
- pylint esphomeyaml
|