mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 09:17:10 +00:00
Update azure-pipelines-ci.yml for Azure Pipelines
This commit is contained in:
parent
accfedce87
commit
7c27bab3c7
@ -32,7 +32,10 @@ jobs:
|
|||||||
container: $[ variables['PythonMain'] ]
|
container: $[ variables['PythonMain'] ]
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
pip install --user flake8
|
python -m venv lint
|
||||||
|
|
||||||
|
. lint/bin/activate
|
||||||
|
pip install flake8
|
||||||
flake8 homeassistant tests script
|
flake8 homeassistant tests script
|
||||||
displayName: 'Run flake8'
|
displayName: 'Run flake8'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user