Skip to content

Commit

Permalink
Merge pull request #22 from wpreimes/develop
Browse files Browse the repository at this point in the history
Prepare new realease
  • Loading branch information
wpreimes authored Jun 19, 2020
2 parents 01f6720 + caeb7f2 commit 12ba536
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,18 @@ install:
- which pip
- which python


script:
- python setup.py test
after_success:
# report coverage results to coveralls.io
- pip install coveralls
- coveralls
deploy:
provider: pypi
# better then hiding the token would be to encrypt it with travis...
username: __token__
password: $PYPI_TOKEN
skip_existing: true
on:
repo: TUW-GEO/ecmwf_models
tags: true
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ Unreleased
==========
-

Version 0.6.2
=============
Version 0.7
===========

- Update pyscaffold structure
- Drop support for python2
- Drop support for python2
- Travis deoploy to pypi

Version 0.6.1
=============
Expand Down

0 comments on commit 12ba536

Please sign in to comment.