mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Remove travis cruft.
This commit is contained in:
parent
64eefaef1a
commit
eea5b9ad34
3 changed files with 3 additions and 41 deletions
37
.travis.yml
37
.travis.yml
|
|
@ -1,37 +0,0 @@
|
|||
language: python
|
||||
dist: xenial
|
||||
cache: pip
|
||||
python:
|
||||
- '2.7'
|
||||
- '3.5'
|
||||
- '3.6'
|
||||
- '3.7'
|
||||
- '3.8'
|
||||
- 'pypy3'
|
||||
install: travis_retry pip install tox-travis codecov
|
||||
script: tox -v
|
||||
after_success: codecov --required -X gcov fix pycov -f coverage.xml --flags ${TOXENV//-/ }
|
||||
branches:
|
||||
except: templates/1.5.x templates/1.6.x
|
||||
stages:
|
||||
- test
|
||||
- name: deploy
|
||||
if: repo = jazzband/django-configurations AND tag IS present
|
||||
jobs:
|
||||
include:
|
||||
- stage: test
|
||||
- stage: deploy
|
||||
install: skip
|
||||
script: skip
|
||||
python: 3.7
|
||||
env: skip
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: jazzband
|
||||
server: https://jazzband.co/projects/django-configurations/upload
|
||||
distributions: sdist bdist_wheel
|
||||
password:
|
||||
secure: LuserSjUTGSsls9zrvck/FbfL+gFpNU/ywOQ/67ufEbbpGCeDBEgxDzgb0acfHNk8wlAkaPvaAejQBFtcUulhdNT/g0NsmaEAjd6HhCGM+FRJAnYFaj33Js6C+N2tX5wznL7uCBxqgtaaH0hf6ucqC8OXqwoCVGgdxAEnUlC/fY=
|
||||
on:
|
||||
tags: true
|
||||
repo: jazzband/django-configurations
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
include README.rst
|
||||
include CONTRIBUTING.md
|
||||
include AUTHORS
|
||||
include .travis.yml
|
||||
include tox.ini
|
||||
recursive-include tests *
|
||||
recursive-include docs *
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ Check out the `documentation`_ for more complete examples.
|
|||
.. |latest-version| image:: https://img.shields.io/pypi/v/django-configurations.svg
|
||||
:alt: Latest version on PyPI
|
||||
:target: https://pypi.python.org/pypi/django-configurations
|
||||
.. |build-status| image:: https://img.shields.io/travis/jazzband/django-configurations/master.svg
|
||||
:alt: Build status
|
||||
:target: https://travis-ci.org/jazzband/django-configurations
|
||||
.. |build-status| image:: https://github.com/jazzband/django-configurations/workflows/Test/badge.svg
|
||||
:target: https://github.com/jazzband/django-configurations/actions
|
||||
:alt: GitHub Actions
|
||||
.. |codecov| image:: https://codecov.io/github/jazzband/django-configurations/coverage.svg?branch=master
|
||||
:alt: Codecov
|
||||
:target: https://codecov.io/github/jazzband/django-configurations?branch=master
|
||||
|
|
|
|||
Loading…
Reference in a new issue