aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2019-02-08Revert "Upgrade oauth2client to v4.1.3"android-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1Kevin Cheng
This reverts commit 5acb77a57ddaaf4b5e5dff31a36faf5fd3388d91. Reason for revert: broke acloud b/112803893 Change-Id: I60a8e5bcdd1d69fa9cf04ebb01d515a1b833dc1f
2017-05-09Fix ci (#712)Jon Wayne Parrott
* Add missing docs files * Fix app engine sdk download command * Remove PyPy, as cryptography updates seems to have broken oauth2client support since at least v2.0.0
2016-10-14Release v4.0.0 (#666)Jon Wayne Parrott
2016-08-15Enable cover tox env on Travis (#628)Jon Wayne Parrott
Replace fragile app engine sdk download script with gcprepotools script - this ensures the SDK is up-to-date and is a no-op if the SDK is installed and up-to-date. Resolves #617
2016-08-10Drop Python 3.3 supportDanny Hermes
Also remove some trailing whitespace in tox.ini and fixing up some double quote / single quote mixing in setup.py. Fixes #603.
2016-08-09Drop support for Python 2.6 (#590)Jon Wayne Parrott
* Drop support for Python 2.6 * Re-organize Travis matrix
2016-07-20Send the coverage report to coveralls in gae env. (#560)Danny Hermes
2016-07-11Add new tox env: flake8Pat Ferate
2016-06-29Adding Python 3.5 capability (#531)Pat Ferate
In Python 3.5, `http.HTTPStatus` was added, previously HTTP statuses were int. Casting `http.HTTPStatus` as int to maintain backwards maintainability.
2015-08-17Adding travis and tox configuration to run the app engine testsJon Wayne Parrott
2015-08-13Moving install and script YAML rules into shell files.Danny Hermes
2015-08-05Automating release via Travis.Danny Hermes
Fixes #213.
2015-05-01Updating system tests to succeed on Travis.Danny Hermes
Adds files which have been encrypted by Travis and decrypts those files in scripts/run_system_tests.sh using a key and initialization vector (iv) provided by the Travis environment for this project.
2015-01-06Cleanup .travis.yml.Craig Citro
* Add `docs`. * Only run coveralls on `main`. * Drop unneeded `secure` var.
2015-01-06Drop automatic doc push, make it usable locally.Craig Citro
2015-01-06Fix .travis.yml, tweak build-docs on travis.Craig Citro
2015-01-06Setting up travis to push updated docs.Craig Citro
2014-12-17Merge pull request #97 from dhermes/fix-illformed-configCraig Citro
Fixing Travis YAML issue.
2014-12-17Fixing Travis YAML issue.Danny Hermes
2014-12-17Try out docker-on-travis.Craig Citro
2014-12-17Clean up test envs.Craig Citro
We have a number of extra envs due to checking two versions of pyopenssl (0.13 and 0.14); this isn't actually necessary, since 0.14 is the one we really care about for the external repo. This cleans up the cases and names (and drastically shortens `tox.ini`), but keeps the old envs available for manual testing.
2014-12-12First pass at coveralls integration.Craig Citro
This adds `cover` and `coveralls` envs in `tox`, and a call to `coveralls` in `.travis.yml`. Settling for 60% coverage for now.
2014-12-06Re-enable Python3 tests and fixing Py2/Py3 issues in tests.Danny Hermes
Partially fixes #85.
2014-12-05Temporarily disabling py33openssl14 and py34openssl14 environments.Danny Hermes
2014-11-13Fix a bad import for python 3.3+.Craig Citro
This also re-enables tox and travis.
2014-11-13... and drop python 3.3 in travis.Craig Citro
2014-08-31Remove py3[34]openssl13 from travisINADA Naoki
2014-08-20Drop Python 3.2 supportINADA Naoki
2014-07-18Adding test cases for Python 3.4Pat Ferate
2014-07-18Fix pypy tox environmentsPat Ferate
2014-07-17Setting up multiple tox test environmentsPat Ferate
2014-07-15Some more adjustments to the CI configuration. (Matching python versions to ↵Pat Ferate
corresponding environments)
2014-07-15Adjusting CI environments (2.6 and 3.2 only)Pat Ferate
2014-07-15Adding additional CI environmentsPat Ferate
2014-05-05First travis.yml for oauth2client.Craig Citro
This adds a simple `.travis.yml` with support for python 2.6, 2.7, and pypy, and compacts a few lines in `tox.ini`.