We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478ac00 commit 93db1dbCopy full SHA for 93db1db
.circleci/config.yml
@@ -51,7 +51,8 @@ jobs:
51
steps:
52
- checkout
53
- run: pip install --user .
54
- - run: sudo pip install setuptools coverage pylint==1.9.3 pycodestyle
+ - run: sudo pip install setuptools coverage pylint==1.9.3 pycodestyle flake8
55
+ - run: flake8 --max-complexity=10 ./analytics
56
- run: make test
57
- run: make e2e_test
58
@@ -61,7 +62,8 @@ jobs:
61
62
63
64
- - run: sudo pip install coverage pylint==1.9.3 pycodestyle
65
+ - run: sudo pip install coverage pylint==1.9.3 pycodestyle flake8
66
67
68
69
0 commit comments