mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 14:05:34 +01:00
7 lines
79 B
Bash
Executable File
7 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
# Executes the tests with tox.
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
tox -e py36
|