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

Flake8 Travis Job

This commit is contained in:
Otto Winter 2018-04-10 16:22:29 +02:00
parent 51c856e65e
commit ec71e5f259
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 14 additions and 0 deletions

10
.travis.yml Normal file
View File

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

View File

@ -1,2 +1,6 @@
[metadata]
description-file = README.md
[flake8]
max-line-length = 120
builtins = unicode, long, raw_input