1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-13 02:19:16 +00:00
Paulus Schoutsen da05dfe708 Add Black
2019-07-31 12:23:23 -07:00

11 lines
212 B
Bash
Executable File

#!/bin/sh
# Resolve all dependencies that the application requires to run.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
echo "Installing test dependencies..."
python3 -m pip install tox colorlog pre-commit