Skip to content

Commit 834e8a6

Browse files
committed
Pin coverage
We need to pin it at this version since the newer version has refactored `Reporter` class which not yet adopted by `python-coveralls`..
1 parent 5a48919 commit 834e8a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ services:
77
- docker
88

99
install:
10-
- pip install coverage python-coveralls
10+
- pip install coverage==4.5.4
11+
- pip install python-coveralls
1112
- docker run --name avalon-mongo -d mongo
1213
- . build_docker.sh
1314

0 commit comments

Comments
 (0)