Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Automatically deploy from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolligan committed Feb 23, 2017
1 parent 12381a6 commit 6156f8d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@ script:
- make docs
- flake8 setup.py python scripts tests
- python -mnose tests

# deploy to pypi when there is a new tag in master after a successful build
deploy:
provider: pypi
user: dannycolligan
password:
secure: o3vcJYtfFEN8ZhOdqBKmQya5JM+9TEUd5zmQiAhSjLgESxAfvNeJxKmfQ1u8tN/3n8QGk7EQVSayOr8EZ3Xxl13CjlMrKsGhe/7Q/6niuewVKUrmBfdkoFQy8QjeeEBN5lubNRl8mlBZsGT00KIFNwM5sDjRLnlOSCns+UnLjJw=
skip_upload_docs: true
on:
repo: ga4gh/schemas
tags: true

0 comments on commit 6156f8d

Please sign in to comment.