diff --git a/.travis.yml b/.travis.yml index ff38ef3ced1..61ed87bf6b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ install: script: - flake8 homeassistant --exclude bower_components,external - pylint homeassistant - - coverage run --source=homeassistant -m unittest discover test + - coverage run --source=homeassistant -m unittest discover ha_test after_success: - coveralls