diff options
author | 2020-02-22 21:45:39 -0800 | |
---|---|---|
committer | 2020-02-22 21:45:39 -0800 | |
commit | 5d06797988b9bb71af2fef9c02f18a05f3726365 (patch) | |
tree | 341e4b9e0b658d4fbd885f9f3e2b3a9be18fc709 | |
parent | Fix flake8 command (diff) |
Install flake8-formatter-junit-xml
-rw-r--r-- | azure-pipelines.yml | 2 |
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 |