mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-25 07:33:44 +00:00
28 lines
744 B
YAML
28 lines
744 B
YAML
language: python
|
|
dist: xenial
|
|
python:
|
|
- 2.7
|
|
- 3.7
|
|
cache: pip
|
|
install: pip install tox-travis codecov
|
|
script: tox -v
|
|
after_success: codecov
|
|
jobs:
|
|
fast_finish: true
|
|
include:
|
|
- stage: deploy
|
|
env:
|
|
python: 3.7
|
|
install: skip
|
|
script: skip
|
|
after_success: skip
|
|
deploy:
|
|
provider: pypi
|
|
user: jazzband
|
|
server: https://jazzband.co/projects/django-authority/upload
|
|
distributions: sdist bdist_wheel
|
|
password:
|
|
secure: TZJdf9naBzdkE+HDyhtoCIIc0ddEXLWW/VUD975gJUWQpOA69h4ZjCCQ6z21AZdrWczCUh6/cOLYYSoC9OeaHqF+Jzunn3iEomvdVRsW7SX7MAxTFUENQHF3S3j8fYlqIPWvNDOgxJ/AERisMUSZkRKWIYjEInYo31RoJ1ySN0w=
|
|
on:
|
|
tags: true
|
|
repo: jazzband/django-authority
|