summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJonathan L Long <jonlong@cs.berkeley.edu>2016-03-04 12:53:49 -0800
committerJonathan L Long <jonlong@cs.berkeley.edu>2016-03-04 12:53:49 -0800
commitebfa2af1ca80cd7e0f23d92fca1a491b86605686 (patch)
treefbef193559ee6045c992c981297aff6ee44941f3 /scripts
parentc2354b98609916dd9176fbacde4e93184a6996d0 (diff)
downloadcaffeonacl-ebfa2af1ca80cd7e0f23d92fca1a491b86605686.tar.gz
caffeonacl-ebfa2af1ca80cd7e0f23d92fca1a491b86605686.tar.bz2
caffeonacl-ebfa2af1ca80cd7e0f23d92fca1a491b86605686.zip
[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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis/travis_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/travis_install.sh b/scripts/travis/travis_install.sh
index d18dc223..ca8c410c 100755
--- a/scripts/travis/travis_install.sh
+++ b/scripts/travis/travis_install.sh
@@ -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