1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-13 22:28:14 +00:00

Fix travis file

This commit is contained in:
Otto Winter 2018-04-10 17:06:45 +02:00
parent 08a27c8e2d
commit cd8ad74370
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -1,10 +1,10 @@
sudo: false
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
- pip install flake8==3.5.0 pylint==1.8.4
script:
- flake8 esphomeyaml
- pylint esphomeyaml
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
- pip install flake8==3.5.0 pylint==1.8.4
script:
- flake8 esphomeyaml
- pylint esphomeyaml