Fix bootstrap dev dependencies message (#28114)

https://github.com/home-assistant/home-assistant/pull/28060#discussion_r337701541
This commit is contained in:
Ville Skyttä 2019-10-23 09:12:57 +03:00 committed by Paulus Schoutsen
parent 50e9a9df4f
commit c8b2860167

View File

@ -6,5 +6,5 @@ set -e
cd "$(dirname "$0")/.."
echo "Installing test dependencies..."
echo "Installing development dependencies..."
python3 -m pip install tox colorlog pre-commit $(grep mypy requirements_test.txt)