Skip to content

Commit

Permalink
Merge pull request #43 from gisce/rel_2_2_3
Browse files Browse the repository at this point in the history
Bump to v2.2.3
  • Loading branch information
ecarreras authored Aug 26, 2016
2 parents e65deb6 + 3bec99a commit ead7de5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
language: python
python:
- "2.7"
- '2.7'
install:
- "pip install ."
- "pip install coveralls"
- pip install .
- pip install coveralls
script:
- coverage run setup.py test
- coverage run setup.py test
after_success:
- coveralls
- coverage report
- coveralls
- coverage report
deploy:
provider: pypi
user: gisce
password:
secure: DnHZXDNTsrnnnc/cB+wYOGklsZ2zrnoss/PKSuYsbTSh7AAOU/8BCXfebB095zjLTBx7pGPhrLFM/sTuxAs1PXDT6s6q66w7hKVupIeU+232kRkneBcHOAjfc9HhrWwfrAhw5NIkRy8pA2xOkI54leopW6zA4CZXmIM71lsHIuY=
on:
tags: true
repo: gisce/libComXML
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='libComXML',
version='2.2.2',
version='2.2.3',
url='https://github.com/gisce/libComXML',
author='GISCE Enginyeria, SL',
author_email='devel@gisce.net',
Expand Down

0 comments on commit ead7de5

Please sign in to comment.