mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Add project release info to Travis config.
This commit is contained in:
parent
a4afe46051
commit
1eff6d0d8f
1 changed files with 13 additions and 1 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -7,5 +7,17 @@ python:
|
|||
- 3.5
|
||||
- 3.6
|
||||
install: pip install tox-travis codecov
|
||||
script: tox -- --cov # positional args ({posargs}) to pass into tox.ini
|
||||
# positional args ({posargs}) to pass into tox.ini
|
||||
script: tox -- --cov
|
||||
after_success: codecov
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: jazzband
|
||||
server: https://jazzband.co/projects/django-model-utils/upload
|
||||
distributions: sdist bdist_wheel
|
||||
password:
|
||||
secure: JxUmEdYS8qT+7xhVyzmVD4Gkwqdz5XKxoUhKP795CWIXoJjtlGszyo6w0XfnFs0epXtd1NuCRXdhea+EqWKFDlQ3Yg7m6Y/yTQV6nMHxCPSvicROho7pAiJmfc/x+rSsPt5ag8av6+S07tOqvMnWBBefYbpHRoel78RXkm9l7Mc=
|
||||
on:
|
||||
tags: true
|
||||
repo: jazzband/django-model-utils
|
||||
python: 3.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue