Skip to content

Commit 78b9e85

Browse files
author
Burak Yigit Kaya
committed
Add auto deploy with TravisCI
1 parent 410fb16 commit 78b9e85

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

.travis.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
language: python
2-
python:
3-
- "2.7"
4-
- "3.3"
5-
- "3.4"
6-
- "3.5"
7-
install: "pip install ."
8-
script: "python -m phabricator.tests.test_phabricator"
1+
language: python
2+
python:
3+
- '2.7'
4+
- '3.3'
5+
- '3.4'
6+
- '3.5'
7+
install: pip install .
8+
script: python -m phabricator.tests.test_phabricator
9+
deploy:
10+
provider: pypi
11+
user: disqus
12+
password:
13+
secure: AJ7zSLd6BgI4W8Kp3KEx5O40bUJA91PkgLTZb5MnCx4/8nUPlkk+LqvodaiiJQEGzpP8COPvRlzJ/swd8d0P38+Se6V83wA43MylimzrgngO6t3c/lXa/aMnrRzSpSfK5QznEMP2zcSU1ReD+2dNr7ATKajbGqTzrCFk/hQPMZ0=
14+
on:
15+
tags: true

0 commit comments

Comments
 (0)