1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Use pytest for running tests

This commit is contained in:
Paulus Schoutsen
2015-09-17 09:08:58 -07:00
parent 737d7c9d22
commit 4b0c416844
2 changed files with 5 additions and 5 deletions

View File

@@ -7,4 +7,4 @@ echo "Installing dependencies..."
python3 -m pip install --upgrade -r requirements_all.txt
echo "Installing development dependencies.."
python3 -m pip install --upgrade flake8 pylint coveralls pytest
python3 -m pip install --upgrade flake8 pylint coveralls pytest pytest-cov