1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00
ha-core/.travis.yml
2015-03-07 07:49:19 -08:00

13 lines
287 B
YAML

language: python
python:
- "3.4"
install:
- pip install -r requirements.txt
- pip install flake8 pylint coveralls
script:
- flake8 homeassistant --exclude bower_components,external
- pylint homeassistant
- coverage run -m unittest discover tests
after_success:
- coveralls