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 42d1c5d..aa3f51d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -8,7 +8,7 @@ jobs:
vmImage: 'ubuntu-18.04'
steps:
- - script: pip install flake8
+ - script: pip install flake8 flake8-formatter-junit-xml
displayName: 'Install Linter'
- script: python -m flake8 --format junit-xml --output-file test-lint.xml