Skip to content

Commit

Permalink
Fix bootstrap dev dependencies message (home-assistant#28114)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and balloob committed Oct 23, 2019
1 parent 50e9a9d commit c8b2860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c8b2860

Please sign in to comment.