mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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:
|
||||
keyfile: 'requirements_test_all.txt, .cache'
|
||||
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
|
||||
pytest --timeout=9 --durations=10 -qq -o console_output_style=count -p no:sugar
|
||||
./script/check_dirty
|
||||
displayName: 'Run pytest for python $(python.version)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user