mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Remove dev/null from build script.
This commit is contained in:
parent
03e7ac2a0e
commit
515307b404
@ -7,7 +7,7 @@ cd "$(dirname "$0")/.."
|
|||||||
|
|
||||||
if [ "$TRAVIS_PYTHON_VERSION" = "3.5" ]; then
|
if [ "$TRAVIS_PYTHON_VERSION" = "3.5" ]; then
|
||||||
echo "Verifying requirements_all.txt..."
|
echo "Verifying requirements_all.txt..."
|
||||||
python3 setup.py -q develop 2> /dev/null
|
python3 setup.py -q develop
|
||||||
tput setaf 1
|
tput setaf 1
|
||||||
script/gen_requirements_all.py validate
|
script/gen_requirements_all.py validate
|
||||||
VERIFY_REQUIREMENTS_STATUS=$?
|
VERIFY_REQUIREMENTS_STATUS=$?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user