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 5ee5f91 commit 1675b11Copy full SHA for 1675b11
.circleci/config.yml
@@ -36,11 +36,6 @@ jobs:
36
paths:
37
- /home/circleci/.cache/pypoetry/virtualenvs
38
39
- # Another step, run flake8
40
- - run:
41
- name: Run flake8
42
- command: |
43
- poetry run flake8 .
44
45
# Last step, runs our tests ommiting the dependencies path (so we don't take their coverage into account)
46
# And send our coverage somewhere, in this case, coveralls
0 commit comments