Skip to content

Commit ead7de5

Browse files
authored
Merge pull request #43 from gisce/rel_2_2_3
Bump to v2.2.3
2 parents e65deb6 + 3bec99a commit ead7de5

2 files changed

Lines changed: 15 additions & 7 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='libComXML',
6-
version='2.2.2',
6+
version='2.2.3',
77
url='https://github.com/gisce/libComXML',
88
author='GISCE Enginyeria, SL',
99
author_email='devel@gisce.net',

0 commit comments

Comments
 (0)