Update azure-pipelines-ci.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-06-09 11:20:18 +02:00
parent 4cb0ff1f63
commit accfedce87

View File

@ -32,7 +32,7 @@ jobs:
container: $[ variables['PythonMain'] ]
steps:
- script: |
pip install -user flake8
pip install --user flake8
flake8 homeassistant tests script
displayName: 'Run flake8'