From 6c1eb9215fe6097c7a1d60c3928521c13ef01943 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 22 Feb 2020 21:43:18 -0800 Subject: Fix flake8 command --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3