Skip to content

Commit

Permalink
Add PyPI publishing support
Browse files Browse the repository at this point in the history
Taken directly from the known working azavea/python-omgeo#33
  • Loading branch information
jwalgran committed Jul 6, 2017
1 parent ffbe3f9 commit 3be23f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
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: Wc/aboeIntZeqgCSIOrd/66vceukY/KmdSLwcLB9gn7kRWRqOM+HiEX9+lJe4IKtMisz3zgRqZNAFJU/UUBBwuclHpbtQtV0FCQOFXEwUHQfouzAvVu/3C4fBgQeoet5KrJFo7OVUmYwyWPm8vJzWIraQWVfsR9Gv/AQBQdfuec=
on:
tags: true
distributions: sdist bdist_wheel
repo: azavea/django-tinsel

after_success:
- coveralls --verbose

0 comments on commit 3be23f7

Please sign in to comment.