diff options
author | 2020-02-22 21:43:18 -0800 | |
---|---|---|
committer | 2020-02-22 21:43:18 -0800 | |
commit | 6c1eb9215fe6097c7a1d60c3928521c13ef01943 (patch) | |
tree | 56582b8e0c88908a00c9302e8a46054c76f37eee | |
parent | Make lint errors on purpose (diff) |
Fix flake8 command
-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 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 |