Skip to content

Commit a1c81ac

Browse files
committed
Merge pull request #3773 from longjon/travis-protobuf3-fix
Travis: force protobuf 3.0.0b2 for Python 3
2 parents c2354b9 + ebfa2af commit a1c81ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)