Skip to content

Commit

Permalink
Merge pull request BVLC#3773 from longjon/travis-protobuf3-fix
Browse files Browse the repository at this point in the history
Travis: force protobuf 3.0.0b2 for Python 3
  • Loading branch information
longjon committed Mar 4, 2016
2 parents c2354b9 + ebfa2af commit a1c81ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if [ "$PYTHON_VERSION" -eq "3" ] && [ ! -e "$CONDA_DIR/bin/protoc" ]; then
fi

if [ "$PYTHON_VERSION" -eq "3" ]; then
pip install --pre protobuf
pip install --pre protobuf==3.0.0b2
else
pip install protobuf
fi

0 comments on commit a1c81ac

Please sign in to comment.