mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Hide some build log spam
This commit is contained in:
parent
62f21c3ac6
commit
680385df93
@ -9,7 +9,7 @@ python:
|
|||||||
- 3.5
|
- 3.5
|
||||||
install:
|
install:
|
||||||
# Validate requirements_all.txt on Python 3.5
|
# Validate requirements_all.txt on Python 3.5
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then python3 setup.py -q develop; script/gen_requirements_all.py validate; fi
|
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then python3 setup.py -q develop 2>/dev/null; tput setaf 1; script/gen_requirements_all.py validate; fi
|
||||||
- script/bootstrap_server
|
- script/bootstrap_server
|
||||||
script:
|
script:
|
||||||
- script/cibuild
|
- script/cibuild
|
||||||
|
@ -115,7 +115,6 @@ def main():
|
|||||||
|
|
||||||
if sys.argv[-1] == 'validate':
|
if sys.argv[-1] == 'validate':
|
||||||
if validate_file(data):
|
if validate_file(data):
|
||||||
print("requirements_all.txt is up to date.")
|
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
print("******* ERROR")
|
print("******* ERROR")
|
||||||
print("requirements_all.txt is not up to date")
|
print("requirements_all.txt is not up to date")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user