commit | a896d2a25102cf96765e1649652f115604788430 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Nov 02 23:42:51 2016 -0700 |
committer | GitHub <noreply@github.com> | Wed Nov 02 23:42:51 2016 -0700 |
tree | c8a3ac5d838d34ba72e83518227eb6f598b59b0b | |
parent | b9897dcd07b396e081c8c08d8af3338c9c2395e8 [diff] [blame] |
Add google.auth._oauth2client - helpers for oauth2client migration (#70)
diff --git a/tox.ini b/tox.ini index c77487c..ad760bd 100644 --- a/tox.ini +++ b/tox.ini
@@ -11,6 +11,7 @@ urllib3 certifi requests + oauth2client grpcio; platform_python_implementation != 'PyPy' commands = py.test --cov=google.auth --cov=google.oauth2 --cov=tests {posargs:tests}