1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/.travis.yml
Paulus Schoutsen bc4b81d525 Reorganized testing
2014-11-23 13:00:06 -08:00

13 lines
309 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 --source=homeassistant -m unittest discover test
after_success:
- coveralls