Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 9628198

Browse files
authored
Add travis deployment to build
* Add pypi deployment to travis on git tags * Add missing newline to .travis.yml * Move deploy to job matrix on travis * Add skip to deploy stage * Add zip format to travis distribution
1 parent 5193458 commit 9628198

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,17 @@ jobs:
112112
python: 2.7
113113
env: TOXENV=py27-celery-4
114114

115+
- stage: deploy
116+
script: skip
117+
deploy:
118+
provider: pypi
119+
user: sentry
120+
distributions: "sdist--formats=gztar,zip bdist_wheel"
121+
on:
122+
tags: true
123+
repo: sentry/python-raven
124+
password:
125+
secure: cG4yO9C+42ljfMlCfIJEgmySUPDCmGht358UaaCum4qchpVaFrjPAvm2sUpr3cFhUmMH+ueUr7LBW2c+lriJyT7wwJlU7vwtECzr5aayUuSwwPpFu98lz8kwQny3KF2caMD15rbjXkDRjh1QXw4ztiuBZq9dLb5WDx3pIKVLLbQ=
115126

116127
script: tox
117128
install:

0 commit comments

Comments
 (0)