Skip to content

Commit

Permalink
Use a development checkout of oauth2client in regresion3.
Browse files Browse the repository at this point in the history
Allows us to work on more issues until a release is available that
fixes googleapis/oauth2client#125.
  • Loading branch information
tseaver committed Feb 24, 2015
1 parent 56f60bb commit 9a4a3e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,7 @@ commands =
{toxinidir}/scripts/run_regression.sh
deps =
unittest2
# 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

0 comments on commit 9a4a3e9

Please sign in to comment.