Skip to content

Commit ebfa2af

Browse files
committed
[travis] force protobuf 3.0.0b2 for Python 3
This is temporary measure to avoid an apparent upstream issue with protobuf 3.0.0b2.post1.
1 parent c2354b9 commit ebfa2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/travis/travis_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ if [ "$PYTHON_VERSION" -eq "3" ] && [ ! -e "$CONDA_DIR/bin/protoc" ]; then
9393
fi
9494

9595
if [ "$PYTHON_VERSION" -eq "3" ]; then
96-
pip install --pre protobuf
96+
pip install --pre protobuf==3.0.0b2
9797
else
9898
pip install protobuf
9999
fi

0 commit comments

Comments
 (0)