Skip to content

Commit 7bca6b3

Browse files
committed
Break up installation and running of flake8 for better reporting
1 parent 6367c90 commit 7bca6b3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
versionSpec: "3.7"
1111
architecture: x64
1212
-
13-
script: |
14-
pip install --user flake8==3.7.3
15-
python -m flake8
16-
displayName: "Code style check"
13+
script: pip install --user flake8==3.7.3
14+
displayName: "Install flake8"
15+
-
16+
script: python -m flake8
17+
displayName: "Run flake8"
1718
-
1819
job: test
1920
strategy:

0 commit comments

Comments
 (0)