aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1c8cbbb..42d1c5d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -11,7 +11,7 @@ jobs:
- script: pip install flake8
displayName: 'Install Linter'
- - script: flake8 --format junit-xml --output-file test-lint.xml
+ - script: python -m flake8 --format junit-xml --output-file test-lint.xml
displayName: 'Run Linter'
- task: PublishTestResults@2