Skip to content

Commit

Permalink
Add pypi deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyam Kapoor committed Apr 9, 2018
1 parent 5ae8750 commit 6b0ba2e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python
python:
- "3.6"

script:
- pip install .

deploy:
provider: pypi
user: $PYPI_USERNAME
password: $PYPI_PASSWORD
on:
tags: true

0 comments on commit 6b0ba2e

Please sign in to comment.