commit | 9a9ce2c9c068d2bb71e221257a9cbfe0d8952a02 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Mon Oct 31 14:59:52 2016 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 31 14:59:52 2016 -0700 |
tree | d7e0d6077c828efe424a8b6f310857d11ec9c024 | |
parent | 70995a903c47a76cec6cf1d7a2f17ac8884757fd [diff] [blame] |
Add requests transport (#66) * Add requests transport * Parametrize http_request so that both urllib3 and requests are exercised in system tests.
diff --git a/tox.ini b/tox.ini index 427f2b7..1ef803c 100644 --- a/tox.ini +++ b/tox.ini
@@ -10,6 +10,7 @@ pytest-localserver urllib3 certifi + requests commands = py.test --cov=google.auth --cov=google.oauth2 --cov=tests {posargs:tests}