Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Switch protobuf version to 3.2.0 #871

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ install:
- python setup.py install
cache:
directories:
- /tmp/proto3.1.0
- /tmp/proto3.2.0
before_install:
- sudo apt-get update -qq
- sudo apt-get install graphviz
- bash tools/travis-install-protoc.sh 3.1.0
- export PATH=/tmp/proto3.1.0/bin:$PATH
- bash tools/travis-install-protoc.sh 3.2.0
- export PATH=/tmp/proto3.2.0/bin:$PATH
- pip install -r python/dev-requirements.txt -c python/constraints.txt
script:
- make docs
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# These requirements are read directly into setup.py, so specify them
# in the order that they should be in in setup.py
ga4gh-common==0.0.7
protobuf==3.1.0.post1
protobuf==3.2.0