Skip to content

Commit 8812835

Browse files
committed
Adds mock to travis deps
1 parent 22e6d1e commit 8812835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ matrix:
1515
fail_fast: true
1616
before_install:
1717
- pip install pycodestyle
18+
- if [[ "$TRAVIS_PYTHON_VERSION" == 2.7* ]]; then pip install mock; fi
1819
install:
1920
- pip install codecov
2021
- travis_retry pip install coverage

0 commit comments

Comments
 (0)