Skip to content

Commit 53f8932

Browse files
authored
Merge pull request #6 from usabilla/pypi-deploy
Auto deploy tags to PyPI
2 parents b9220f3 + 8bcc5b8 commit 53f8932

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ script:
77
- coverage run --source usabilla.py tests.py
88
after_success:
99
- coveralls
10+
deploy:
11+
provider: pypi
12+
user: usabilla
13+
password:
14+
secure: b+LpGmyPqGCgIM4xYx44Pnggm9Z628mIahwEJF7879MKB1845enL0EaaUQhvNv/UKd+/wpM6/yl2BbA2ojzK+Aikx3jZLtOnluQ/S/yKXB66vuzMnXDnRJQFxk0s/cvy/xJHVVbXOM5BlWPzgBrkkJa1hEa8TdBcuKhCi9cbc10=
15+
on:
16+
tags: true
17+
repo: usabilla/api-python

0 commit comments

Comments
 (0)