Skip to content

Commit

Permalink
auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jan 28, 2019
1 parent f9bb59e commit 292cb42
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,16 @@
- python setup.py test
- cd doc; make html; cd ..

deploy:
provider: pypi
user: scottgigante
password: ${PYPI_PASSWORD}
distributions: sdist bdist_wheel
skip_existing: true
skip_cleanup: true
on:
tags: true
branch: master

after_success:
- coveralls

0 comments on commit 292cb42

Please sign in to comment.