hass-core/script/bootstrap_server

11 lines
203 B
Text
Raw Normal View History

#!/bin/sh
2017-05-12 00:01:06 -07:00
# Resolve all server dependencies that the application requires to develop.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
echo "Installing test dependencies..."
2017-05-12 00:01:06 -07:00
python3 -m pip install tox