commit | 27f6e1e5e0794ba08f439bd8d8273ca0735d3b78 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Thu Oct 13 09:46:49 2016 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 13 09:46:49 2016 -0700 |
tree | d9172149472f5ce0c8cd9ac524ed2620d04f8bfd | |
parent | 7eeab7d1fd0e0a5913d5bfedba31a4deed5c586c [diff] [blame] |
Add urllib3 AuthorizedHttp (#19)
diff --git a/tox.ini b/tox.ini index 5f2df1c..ffaef94 100644 --- a/tox.ini +++ b/tox.ini
@@ -9,6 +9,7 @@ pytest-cov pytest-localserver urllib3 + certifi commands = py.test --cov=google.auth --cov=google.oauth2 --cov=tests {posargs:tests}