Split up BLE tests into new file

This commit is contained in:
Otto Winter
2018-09-26 18:39:41 +02:00
parent ab6d293d0d
commit ce4b339d16
3 changed files with 109 additions and 35 deletions
+6 -1
View File
@@ -47,11 +47,16 @@ pylint:
script:
- pylint esphomeyaml
test:
test1:
<<: *test
script:
- esphomeyaml tests/test1.yaml compile
test2:
<<: *test
script:
- esphomeyaml tests/test2.yaml compile
.build-hassio: &build-hassio
<<: *docker-builder
stage: build