Skip to content

Commit 3bec99a

Browse files
committed
Add autodeploy pypi
1 parent e150c5e commit 3bec99a

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

.travis.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
language: python
22
python:
3-
- "2.7"
3+
- '2.7'
44
install:
5-
- "pip install ."
6-
- "pip install coveralls"
5+
- pip install .
6+
- pip install coveralls
77
script:
8-
- coverage run setup.py test
8+
- coverage run setup.py test
99
after_success:
10-
- coveralls
11-
- coverage report
10+
- coveralls
11+
- coverage report
12+
deploy:
13+
provider: pypi
14+
user: gisce
15+
password:
16+
secure: DnHZXDNTsrnnnc/cB+wYOGklsZ2zrnoss/PKSuYsbTSh7AAOU/8BCXfebB095zjLTBx7pGPhrLFM/sTuxAs1PXDT6s6q66w7hKVupIeU+232kRkneBcHOAjfc9HhrWwfrAhw5NIkRy8pA2xOkI54leopW6zA4CZXmIM71lsHIuY=
17+
on:
18+
tags: true
19+
repo: gisce/libComXML

0 commit comments

Comments
 (0)