From ed6282bdca8896910851e5c01fbb39a79434b31a Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sat, 22 Feb 2020 21:39:40 -0800 Subject: Install linter --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9eeb58a..1c8cbbb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,6 +8,9 @@ jobs: vmImage: 'ubuntu-18.04' steps: + - script: pip install flake8 + displayName: 'Install Linter' + - script: flake8 --format junit-xml --output-file test-lint.xml displayName: 'Run Linter' -- cgit v1.2.3