django-model-utils/.travis.yml
Asif Saif Uddin 5d73431e0d
xenial
2019-05-16 05:27:36 +06:00

25 lines
665 B
YAML

sudo: True
dist: xenial
language: python
cache: pip
python:
- 2.7
- 3.7
- 3.6
install: pip install tox-travis codecov
# positional args ({posargs}) to pass into tox.ini
script: tox -- --cov --cov-append
services:
- postgresql
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