1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/script/bootstrap_server
2017-05-12 00:01:06 -07:00

11 lines
203 B
Bash
Executable File

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