aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2021-04-14test: Create AWS-based external account integration tests (#731)Ryan Kohler
2021-03-25test: Create BYOID Integration tests (#719)Ryan Kohler
2019-10-25build: fix system tests, move to Kokoro (#372)Bu Sun Kim
2017-04-12Move run_pylint to gcp-devrel-py-tools (#153)Jon Wayne Parrott
2017-03-22Separate oauthlib integration into its own package (#137)Jon Wayne Parrott
* Centralize the run_pylint script. * Use io.open instead of open in setup.py for httplib2_transport * Move httplib2_transport -> additional_packages/google_auth_httplib2 * Remove unneeded dependencies in google_auth_httplib2 * Update classifiers to note 3.6 support. * Don't install the HEAD version of google-auth when testing google-auth-httplib2. * Add google-auth-oauthlib package. * Remove google.oauth2.oauthlib and google.oauth2.flow and associated tests. * Make travis run google-auth-oauthlib's tox. * Specify tox workdir.
2017-03-21Test httplib2 transport package on travis (#135)Jon Wayne Parrott
2017-02-24Test with Python 3.6 (#102)Jon Wayne Parrott
2016-12-19Fix a few lint errorsJon Wayne Parrott
2016-11-02Add grpc transport (#67)Jon Wayne Parrott
2016-11-01Use a python script to define Pylint config rather than an ini file (#69)Danny Hermes
2016-10-26Fix typoJon Wayne Parrott
2016-10-26Add oauth2.credentials system tests (#56)Jon Wayne Parrott
* Add script to generate user auth tokens. * Add oauth2.credentials system tests
2016-10-25Add system tests for service account credentials (#51)Jon Wayne Parrott