1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Make test deps explicit

This commit is contained in:
Paulus Schoutsen
2015-12-27 16:57:16 -08:00
parent 680385df93
commit ca6b957839
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ python3 -m pip install -r requirements_all.txt
REQ_STATUS=$?
echo "Installing development dependencies.."
python3 -m pip install flake8 pylint coveralls pytest pytest-cov
python3 -m pip install -r requirements_test.txt
REQ_DEV_STATUS=$?