Skip to content

Commit 93db1db

Browse files
Run flake8 on CI
1 parent 478ac00 commit 93db1db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
steps:
5252
- checkout
5353
- run: pip install --user .
54-
- run: sudo pip install setuptools coverage pylint==1.9.3 pycodestyle
54+
- run: sudo pip install setuptools coverage pylint==1.9.3 pycodestyle flake8
55+
- run: flake8 --max-complexity=10 ./analytics
5556
- run: make test
5657
- run: make e2e_test
5758

@@ -61,7 +62,8 @@ jobs:
6162
steps:
6263
- checkout
6364
- run: pip install --user .
64-
- run: sudo pip install coverage pylint==1.9.3 pycodestyle
65+
- run: sudo pip install coverage pylint==1.9.3 pycodestyle flake8
66+
- run: flake8 --max-complexity=10 ./analytics
6567
- run: make test
6668
- run: make e2e_test
6769

0 commit comments

Comments
 (0)