Skip to content

Commit

Permalink
add deployment for releases branch, clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygrechin committed Oct 20, 2018
1 parent cdda336 commit ed916d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: python
env:
- DEV=true
git:
depth: false
python:
- '3.4'
- '3.5'
Expand Down Expand Up @@ -37,8 +39,10 @@ notifications:
deploy:
provider: pypi
user: kolatz
branch: master
# branch: master
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^master|releases$
python: '3.7'
tags: true
repo: kolatz/umbr_api
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ README
:target: https://ci.appveyor.com/project/kolatz/umbr-api/
:alt: Appveyor Build Status

.. |coveralls| image:: https://coveralls.io/repos/github/kolatz/umbr_api/badge.svg?branch=release%2F0.3
:target: https://coveralls.io/github/kolatz/umbr_api?branch=release%2F0.3
.. |coveralls| image:: https://coveralls.io/repos/github/kolatz/umbr_api/badge.svg?branch=master
:target: https://coveralls.io/github/kolatz/umbr_api?branch=master
:alt: coveralls

.. |travis| image:: https://travis-ci.org/kolatz/umbr_api.svg?branch=master
Expand Down

0 comments on commit ed916d7

Please sign in to comment.