Add project release info to Travis config.

This commit is contained in:
Jannis Leidel 2018-01-10 10:58:35 +01:00
parent a4afe46051
commit 1eff6d0d8f
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -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