mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Add Docker test runner (#2673)
* Add docker test runner * Move test Dockerfile into virtualization folder * Don't build zwave in test environment
This commit is contained in:
committed by
Paulus Schoutsen
parent
5faba21b8c
commit
cfa69fef1e
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
docker build -t home-assistant-test -f virtualization/Docker/Dockerfile.test .
|
||||
docker run --rm -it home-assistant-test tox -e lint
|
||||
Reference in New Issue
Block a user