Skip to content

Commit

Permalink
travis conf !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
artem.vasin committed Nov 21, 2019
1 parent 77da17c commit 1b08671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
env: DJANGO=Django==2.2
script:
- echo '[![Travis](https://img.shields.io/travis/NoNameItem/cool-django-auth-ldap/'${TRAVIS_TAG}'?style=flat-square)](https://travis-ci.org/NoNameItem/cool-django-auth-ldap/builds/'${TRAVIS_BUILD_ID}') [![Read the Docs](https://img.shields.io/readthedocs/cool-django-auth-ldap/'${TRAVIS_TAG}'?style=flat-square)](https://cool-django-auth-ldap.readthedocs.io/en/'${TRAVIS_TAG}'/) [![Codecov](https://img.shields.io/codecov/c/github/NoNameItem/cool-django-auth-ldap/'${TRAVIS_TAG}'?style=flat-square)](https://codecov.io/gh/NoNameItem/cool-django-auth-ldap/branch/'${TRAVIS_TAG}')' > release_notes
- gitchangelog > CHANGES
- cat CHANGES >> release_notes
deploy:
- provider: pypi
Expand Down
1 change: 1 addition & 0 deletions requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ setuptools
wheel
twine
pbr
gitchangelog

0 comments on commit 1b08671

Please sign in to comment.