1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/script/test
T
2019-08-01 08:45:58 +03:00

7 lines
79 B
Bash
Executable File

#!/bin/sh
# Executes the tests with tox.
cd "$(dirname "$0")/.."
tox -e py36