commit | 41a2bbab0d0d43d4e065bc41022d702566301f72 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Mar 22 13:43:48 2017 -0700 |
committer | GitHub <noreply@github.com> | Wed Mar 22 13:43:48 2017 -0700 |
tree | ed5350650373e83a5331d79e9e70476fe1725338 | |
parent | 06a27e853b05b58102dfc3d8a459c213b5c15a63 [diff] [blame] |
Add InstalledAppFlow (#128)
diff --git a/tox.ini b/tox.ini index 27f7d87..0a0d806 100644 --- a/tox.ini +++ b/tox.ini
@@ -3,16 +3,16 @@ [testenv] deps = + certifi flask mock + oauth2client pytest pytest-cov pytest-localserver - urllib3 - certifi requests requests-oauthlib - oauth2client + urllib3 grpcio; platform_python_implementation != 'PyPy' commands = py.test --cov=google.auth --cov=google.oauth2 --cov=tests {posargs:tests}