From 12c734fa48f86ee18124e10ba9f3823d84c95d08 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 1 Dec 2014 07:59:08 -0800 Subject: [PATCH] Update travis.yml to point at new test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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