mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Only validate requirements_all.txt on Python 3.5
This commit is contained in:
parent
9dca22aa27
commit
dd60cc020e
@ -5,8 +5,8 @@ python:
|
|||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
install:
|
install:
|
||||||
- python3 setup.py -q develop
|
# Validate requirements_all.txt on Python 3.5
|
||||||
- script/gen_requirements_all.py validate
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user