-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from gisce/rel_2_2_3
Bump to v2.2.3
- Loading branch information
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters