Skip to content

Commit

Permalink
Relax absolute pin on protobuf.
Browse files Browse the repository at this point in the history
We should allow versions later than the one we know is 'least acceptable'.
  • Loading branch information
tseaver committed Mar 23, 2015
1 parent 3e8e4bc commit 83d4e89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 All @@ -20,7 +20,7 @@ commands =
deps =
nose
unittest2
protobuf==3.0.0-alpha-1
protobuf>=3.0.0-alpha-1
coverage
nosexcover

Expand Down Expand Up @@ -56,7 +56,7 @@ deps =
pep8
pylint
unittest2
protobuf==3.0.0-alpha-1
protobuf>=3.0.0-alpha-1

[testenv:regression]
basepython =
Expand All @@ -65,7 +65,7 @@ commands =
{toxinidir}/scripts/run_regression.sh
deps =
unittest2
protobuf==3.0.0-alpha-1
protobuf>=3.0.0-alpha-1

[testenv:regression3]
basepython =
Expand All @@ -77,4 +77,4 @@ deps =
# Use a development checkout of oauth2client until a release is made
# which fixes https://github.com/google/oauth2client/issues/125
-egit+https://github.com/google/oauth2client.git#egg=oauth2client
protobuf==3.0.0-alpha-1
protobuf>=3.0.0-alpha-1

0 comments on commit 83d4e89

Please sign in to comment.