hass-core/script/bootstrap
Paulus Schoutsen da05dfe708 Add Black
2019-07-31 12:23:23 -07:00

10 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