Skip to content

Commit 6b77884

Browse files
authored
Merge pull request #102 from BaderLab/msgpack-build-issue
Fixes build issue on TravisCI caused by msgpack issue
2 parents 4a726c4 + c28450d commit 6b77884

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ install:
2222
- pip install coveralls
2323
# TEMP: fixes weird issue caused by Gensim
2424
- pip install google-compute-engine
25+
# TEMP: fixes weird issue caused by msgpack
26+
- pip install msgpack==0.5.6
2527

2628
script:
2729
- pytest --cov=saber -v

0 commit comments

Comments
 (0)