Skip to content

Commit

Permalink
Merge pull request #7 from azavea/add-pypi-publishing
Browse files Browse the repository at this point in the history
Add PyPI publishing support
  • Loading branch information
jwalgran committed Jul 6, 2017
2 parents ffbe3f9 + e5c61b2 commit 142d21a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,15 @@ install:
script:
- coverage run --source=django_tinsel test_app/manage.py test django_tinsel_tests

deploy:
provider: pypi
user: azavea
password:
secure: A+EnXPAjeSIQKra9euWmfCPniF1QebTJKJKqZxbCc1u/r2PBBxCD8duWakcKCTfMy7Fdwex1Ms5lk9gGxz+C29ZWffYqAbhQGByR/dhkmIlfi7PdBrofCm5VMf53MgW+54M5zKXuEreGxfTMNQ29w2x45fwehTCiS43rA3gaf/8=
on:
tags: true
distributions: sdist bdist_wheel
repo: azavea/django-tinsel

after_success:
- coveralls --verbose

0 comments on commit 142d21a

Please sign in to comment.