mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Update azure-pipelines-ci.yml for Azure Pipelines
This commit is contained in:
parent
3664f61e2d
commit
337cd40cb6
@ -67,11 +67,14 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
keyfile: 'requirements_test_all.txt, .cache'
|
keyfile: 'requirements_test_all.txt, .cache'
|
||||||
targetfolder: './venv'
|
targetfolder: './venv'
|
||||||
vstsFeed: '$(ArtifactFeed)'
|
vstsFeed: '$(ArtifactFeed)'
|
||||||
|
|
||||||
|
- script: |
|
||||||
|
. venv/bin/activate
|
||||||
|
pip install -e .
|
||||||
|
displayName: 'Install Home Assistant for python $(python.version)'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pytest --timeout=9 --durations=10 -qq -o console_output_style=count -p no:sugar
|
pytest --timeout=9 --durations=10 -qq -o console_output_style=count -p no:sugar
|
||||||
./script/check_dirty
|
|
||||||
displayName: 'Run pytest for python $(python.version)'
|
displayName: 'Run pytest for python $(python.version)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user