Automating release via Travis.

Fixes #213.
This commit is contained in:
Danny Hermes
2015-08-05 15:02:06 -07:00
parent 583cbb84ba
commit ce7c1bb18f

View File

@@ -19,3 +19,12 @@ after_success:
- if [[ "${TOX_ENV}" == "py27" ]]; then tox -e coveralls; fi - if [[ "${TOX_ENV}" == "py27" ]]; then tox -e coveralls; fi
notifications: notifications:
email: false email: false
deploy:
provider: pypi
user: gcloudpypi
password:
secure: "C9ImNa5kbdnrQNfX9ww4PUtQIr3tN+nfxl7eDkP1B8Qr0QNYjrjov7x+DLImkKvmoJd3dxYtYIpLE9esObUHu0gKHYxqymNHtuAAyoBOUfPtmp0vIEse9brNKMtaey5Ngk7ZWz9EHKBBqRHxqgN+Giby+K9Ta3K3urJIq6urYhE="
on:
tags: true
repo: google/oauth2client