Skip to content

Commit

Permalink
Merge pull request #483 from mattbennett/deploy-at-end
Browse files Browse the repository at this point in the history
Deploy at end
  • Loading branch information
mattbennett committed Oct 31, 2017
2 parents 415fd08 + 9586e1d commit 841948c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@ matrix:
- stage: test
python: 3.6
env: TOX_ENV=py36-latest-lib
- stage: deploy
script: skip
deploy:
provider: pypi
user: onefinestay
password:
secure: Mwinp9cxGaGe/KjGFcO+T7MAgLvy5yFNeYCq9zpGniuSXsp/AFH3JIS1kWBv71tMC8S2N5kwRMVXoHNMqJt+Iq/EmYIY6vbMK8GijAUqLo8KsbxgmigWTXTn6IHKDO4gwYmQt8BDYJmbq6CNeVVCHMxWyP0Y24S25y7N35oIroU=
on:
tags: true
repo: nameko/nameko
distributions: "sdist bdist_wheel"
- stage: mastereventlet
python: 2.7
env: TOX_ENV=py27-mastereventlet-lib
Expand All @@ -105,12 +116,4 @@ matrix:
script:
- tox -e $TOX_ENV

deploy:
provider: pypi
user: onefinestay
password:
secure: Mwinp9cxGaGe/KjGFcO+T7MAgLvy5yFNeYCq9zpGniuSXsp/AFH3JIS1kWBv71tMC8S2N5kwRMVXoHNMqJt+Iq/EmYIY6vbMK8GijAUqLo8KsbxgmigWTXTn6IHKDO4gwYmQt8BDYJmbq6CNeVVCHMxWyP0Y24S25y7N35oIroU=
on:
tags: true
repo: nameko/nameko
distributions: "sdist bdist_wheel"

0 comments on commit 841948c

Please sign in to comment.