Skip to content

Commit b0a7835

Browse files
committed
Make deployable via travis
1 parent e1b8610 commit b0a7835

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ install:
1414
script:
1515
- tests/run_tests.sh
1616

17+
deploy:
18+
- provider: pypi
19+
user: $PYPI_USERNAME
20+
password: $PYPI_PASSWORD
21+
on:
22+
tags: true
23+
1724
notifications:
1825
webhooks:
1926
urls:

0 commit comments

Comments
 (0)