We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 641862e + c2067c0 commit 1c20c81Copy full SHA for 1c20c81
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- checkout
12
- run: pip install --user .
13
- - run: sudo pip install coverage pylint==1.9.3 flake8
+ - run: sudo pip install coverage pylint==1.9.3 flake8 mock==3.0.5
14
- run: make test
15
- persist_to_workspace:
16
root: .
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
- - run: sudo pip install setuptools coverage pylint==1.9.3 flake8
55
- run:
56
name: Linting with Flake8
57
command: |
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
0 commit comments