aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-02-22 21:45:39 -0800
committerGravatar GitHub <[email protected]>2020-02-22 21:45:39 -0800
commit5d06797988b9bb71af2fef9c02f18a05f3726365 (patch)
tree341e4b9e0b658d4fbd885f9f3e2b3a9be18fc709
parentFix flake8 command (diff)
Install flake8-formatter-junit-xml
-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