mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Travis: Less verbose requirements_all.txt check
This commit is contained in:
@@ -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 develop; script/gen_requirements_all.py validate; fi
|
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then python3 setup.py -q develop; script/gen_requirements_all.py validate; fi
|
||||||
- script/bootstrap_server
|
- script/bootstrap_server
|
||||||
script:
|
script:
|
||||||
- script/cibuild
|
- script/cibuild
|
||||||
|
Reference in New Issue
Block a user