mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Update azure-pipelines-ci.yml for Azure Pipelines
This commit is contained in:
parent
e93fbcf701
commit
ceac04b82d
@ -15,7 +15,7 @@ variables:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
- job: 'Check_Python'
|
- job: 'Check'
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
strategy:
|
strategy:
|
||||||
@ -76,5 +76,5 @@ jobs:
|
|||||||
|
|
||||||
- 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 tests
|
||||||
displayName: 'Run pytest for python $(python.version)'
|
displayName: 'Run pytest for python $(python.version)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user