From eea5b9ad34011e4e4a72ba6b6865f0f9bdc76295 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 26 Nov 2020 17:08:14 +0100 Subject: [PATCH] Remove travis cruft. --- .travis.yml | 37 ------------------------------------- MANIFEST.in | 1 - README.rst | 6 +++--- 3 files changed, 3 insertions(+), 41 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 150373b..0000000 --- a/.travis.yml +++ /dev/null @@ -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 diff --git a/MANIFEST.in b/MANIFEST.in index 89a0335..4f06150 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,6 @@ include README.rst include CONTRIBUTING.md include AUTHORS -include .travis.yml include tox.ini recursive-include tests * recursive-include docs * diff --git a/README.rst b/README.rst index 545ae17..536b154 100644 --- a/README.rst +++ b/README.rst @@ -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