Skip to content

Commit 1c20c81

Browse files
authored
Merge pull request #165 from rohitpaulk/rohitpaulk/fix-tests-on-master
Fix tests on master
2 parents 641862e + c2067c0 commit 1c20c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- checkout
1212
- run: pip install --user .
13-
- run: sudo pip install coverage pylint==1.9.3 flake8
13+
- run: sudo pip install coverage pylint==1.9.3 flake8 mock==3.0.5
1414
- run: make test
1515
- persist_to_workspace:
1616
root: .
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- checkout
5353
- run: pip install --user .
54-
- run: sudo pip install setuptools coverage pylint==1.9.3 flake8
54+
- run: sudo pip install coverage pylint==1.9.3 flake8 mock==3.0.5
5555
- run:
5656
name: Linting with Flake8
5757
command: |
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- checkout
6767
- run: pip install --user .
68-
- run: sudo pip install coverage pylint==1.9.3 flake8
68+
- run: sudo pip install coverage pylint==1.9.3 flake8 mock==3.0.5
6969
- run:
7070
name: Linting with Flake8
7171
command: |

0 commit comments

Comments
 (0)