mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00

* Add docker test runner * Move test Dockerfile into virtualization folder * Don't build zwave in test environment
6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
docker build -t home-assistant-test -f virtualization/Docker/Dockerfile.test .
|
|
docker run --rm -it home-assistant-test tox -e py34
|