Skip to content

Commit

Permalink
Auto-release to PyPI via travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Mar 21, 2016
1 parent 172f926 commit 1fd22f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ before_install:
- sudo pip install tox
script:
- tox -e $TOX_ENV
deploy:
provider: pypi
user: gremu
password:
secure: mT6Gzp14P5GuWUi0MlXiBZuH6pb6M6daPe350BLo+66DQ/s1RMqqBU3lu7KTaNIKui1ZoitfNyiMiQ0QYP3+4RvR2/9HK9BEqVY7lK5mDxRWxDr1lVUnV3Bg37Vqj8792xdstDbRwP7/EkZEuviTTWAMEbYE8YJu4M/XLWpgnYY=
on:
tags: true
repo: gregmuellegger/django-mobile
condition: "$TOX_ENV = py34-18"

0 comments on commit 1fd22f8

Please sign in to comment.