We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e150c5e commit 3bec99aCopy full SHA for 3bec99a
1 file changed
.travis.yml
@@ -1,11 +1,19 @@
1
language: python
2
python:
3
- - "2.7"
+- '2.7'
4
install:
5
- - "pip install ."
6
- - "pip install coveralls"
+- pip install .
+- pip install coveralls
7
script:
8
- - coverage run setup.py test
+- coverage run setup.py test
9
after_success:
10
- - coveralls
11
- - coverage report
+- coveralls
+- 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