Skip to content

Commit

Permalink
Merge pull request #857 from tseaver/pin-protobuf-3.0.0-alpha-1
Browse files Browse the repository at this point in the history
Pin 'protobuf==3.0.0-alpha-1'.
  • Loading branch information
tseaver committed May 2, 2015
2 parents 8b6b4a2 + c39a34e commit 8b5c5b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'google-apitools',
'httplib2 >= 0.9.1',
'oauth2client >= 1.4.6',
'protobuf >= 2.5.0',
'protobuf == 3.0.0-alpha-1',
'pycrypto',
'pytz',
'six',
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ commands =
deps =
nose
unittest2
protobuf>=3.0.0-alpha-1
protobuf==3.0.0-alpha-1

[testenv:cover]
basepython =
Expand Down Expand Up @@ -54,7 +54,7 @@ deps =
pep8
pylint
unittest2
protobuf>=3.0.0-alpha-1
protobuf==3.0.0-alpha-1

[testenv:regression]
basepython =
Expand Down

0 comments on commit 8b5c5b9

Please sign in to comment.