mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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.5
|
||||
install:
|
||||
- python3 setup.py -q develop
|
||||
- script/gen_requirements_all.py validate
|
||||
# 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
|
||||
- script/bootstrap_server
|
||||
script:
|
||||
- script/cibuild
|
||||
|
Loading…
x
Reference in New Issue
Block a user