1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-23 12:29:55 +00:00
Files
core/script/test
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