mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Revert "had to change to let this work on windows."
This reverts commit 6c106a87f16d506dc12efb1bb4ec705b760e1f18.
This commit is contained in:
parent
076b3db5e8
commit
f376061e23
@ -4,7 +4,7 @@ echo "Update the submodule to latest version..."
|
|||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
echo "Installing dependencies..."
|
echo "Installing dependencies..."
|
||||||
python -m pip install --upgrade -r requirements_all.txt
|
python3 -m pip install --upgrade -r requirements_all.txt
|
||||||
|
|
||||||
echo "Installing development dependencies.."
|
echo "Installing development dependencies.."
|
||||||
python -m pip install --upgrade flake8 pylint coveralls pytest pytest-cov
|
python3 -m pip install --upgrade flake8 pylint coveralls pytest pytest-cov
|
||||||
|
@ -18,4 +18,4 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
python setup.py sdist bdist_wheel upload
|
python3 setup.py sdist bdist_wheel upload
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
|
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
python -m homeassistant -c config
|
python3 -m homeassistant -c config
|
||||||
|
@ -2,4 +2,4 @@ cd "$(dirname "$0")/.."
|
|||||||
|
|
||||||
git submodule init
|
git submodule init
|
||||||
script/bootstrap
|
script/bootstrap
|
||||||
python setup.py develop
|
python3 setup.py develop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user