Skip to content

Commit

Permalink
Merge 176a05c into b8e19af
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonst committed Jun 28, 2019
2 parents b8e19af + 176a05c commit 823e912
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Expand Up @@ -35,3 +35,17 @@ script:

after_success:
- coveralls

jobs:
include:
- stage: deploy
python: '3.6'
deploy:
provider: pypi
user: lyft-pynamodb
password:
secure: "B2AAd62kRYOiCcLjhfIJsICS9laH9J9c5H4tU2C2Vojnb+3W/qj9xP+/GnEZ6Tc2h4SNMQ81Wtzn1CjD3Ut8CCudoBKSZnJmip+EACgpNXjZiU+g0PlEgVbDfJV15OrmFGUeDexxLF3DEQKp8YiMpAhJAH6+SV5W17Er1M6mwBs="
distributions: "sdist bdist_wheel"
on:
tags: true
repo: pynamodb/pynamodb

0 comments on commit 823e912

Please sign in to comment.