We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a726c4 + c28450d commit 6b77884Copy full SHA for 6b77884
.travis.yml
@@ -22,6 +22,8 @@ install:
22
- pip install coveralls
23
# TEMP: fixes weird issue caused by Gensim
24
- pip install google-compute-engine
25
+ # TEMP: fixes weird issue caused by msgpack
26
+ - pip install msgpack==0.5.6
27
28
script:
29
- pytest --cov=saber -v
0 commit comments