mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Update azure-pipelines-ci.yml for Azure Pipelines
This commit is contained in:
parent
bc0fb5e3d9
commit
48dd5af9e3
@ -38,7 +38,7 @@ stages:
|
|||||||
pip install flake8
|
pip install flake8
|
||||||
displayName: 'Setup Env'
|
displayName: 'Setup Env'
|
||||||
- script: |
|
- script: |
|
||||||
. lint/bin/activate
|
. venv/bin/activate
|
||||||
flake8 homeassistant tests script
|
flake8 homeassistant tests script
|
||||||
displayName: 'Run flake8'
|
displayName: 'Run flake8'
|
||||||
- job: 'Validate'
|
- job: 'Validate'
|
||||||
@ -50,7 +50,7 @@ stages:
|
|||||||
python -m venv venv
|
python -m venv venv
|
||||||
|
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install .
|
pip install -e .
|
||||||
displayName: 'Setup Env'
|
displayName: 'Setup Env'
|
||||||
- script: |
|
- script: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
@ -58,7 +58,7 @@ stages:
|
|||||||
displayName: 'Validate manifests'
|
displayName: 'Validate manifests'
|
||||||
- script: |
|
- script: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python script/gen_requirements_all.py validate
|
./script/gen_requirements_all.py validate
|
||||||
displayName: 'requirements_all validate'
|
displayName: 'requirements_all validate'
|
||||||
|
|
||||||
- stage: 'Tests'
|
- stage: 'Tests'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user