mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Remove old Travis cruft.
This commit is contained in:
parent
1b9e1fa435
commit
e2e2cc8485
2 changed files with 2 additions and 38 deletions
36
.travis.yml
36
.travis.yml
|
|
@ -1,36 +0,0 @@
|
||||||
version: ~> 1.0
|
|
||||||
dist: bionic
|
|
||||||
os: linux
|
|
||||||
language: python
|
|
||||||
cache: pip
|
|
||||||
python:
|
|
||||||
- 3.6
|
|
||||||
- 3.7
|
|
||||||
- 3.8
|
|
||||||
- 3.9
|
|
||||||
arch:
|
|
||||||
- amd64
|
|
||||||
- ppc64le
|
|
||||||
jobs:
|
|
||||||
include:
|
|
||||||
- python: 3.8
|
|
||||||
env: TOXENV=flake8
|
|
||||||
install: pip install tox-travis codecov
|
|
||||||
# positional args ({posargs}) to pass into tox.ini
|
|
||||||
script: tox -- --cov --cov-append
|
|
||||||
addons:
|
|
||||||
postgresql: '10'
|
|
||||||
services:
|
|
||||||
- postgresql
|
|
||||||
after_success: codecov
|
|
||||||
deploy:
|
|
||||||
provider: pypi
|
|
||||||
username: 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
|
|
||||||
|
|
@ -5,8 +5,8 @@ django-model-utils
|
||||||
.. image:: https://jazzband.co/static/img/badge.svg
|
.. image:: https://jazzband.co/static/img/badge.svg
|
||||||
:target: https://jazzband.co/
|
:target: https://jazzband.co/
|
||||||
:alt: Jazzband
|
:alt: Jazzband
|
||||||
.. image:: https://travis-ci.org/jazzband/django-model-utils.svg?branch=master
|
.. image:: https://github.com/jazzband/django-model-utils/workflows/Test/badge.svg
|
||||||
:target: https://travis-ci.org/jazzband/django-model-utils
|
:target: https://github.com/jazzband/django-model-utils/actions
|
||||||
.. image:: https://codecov.io/gh/jazzband/django-model-utils/branch/master/graph/badge.svg
|
.. image:: https://codecov.io/gh/jazzband/django-model-utils/branch/master/graph/badge.svg
|
||||||
:target: https://codecov.io/gh/jazzband/django-model-utils
|
:target: https://codecov.io/gh/jazzband/django-model-utils
|
||||||
.. image:: https://img.shields.io/pypi/v/django-model-utils.svg
|
.. image:: https://img.shields.io/pypi/v/django-model-utils.svg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue