File tree Expand file tree Collapse file tree 3 files changed +6
-108
lines changed Expand file tree Collapse file tree 3 files changed +6
-108
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 :alt: Supported Python versions
77 :target: https://pypi.python.org/pypi/pytest-django
88
9- .. image :: https://travis-ci.org /pytest-dev/pytest-django.svg?branch=master
9+ .. image :: https://github.com /pytest-dev/pytest-django/workflows/main/badge .svg
1010 :alt: Build Status
11- :target: https://travis-ci.org /pytest-dev/pytest-django
11+ :target: https://github.com /pytest-dev/pytest-django/actions
1212
1313.. image :: https://img.shields.io/codecov/c/github/pytest-dev/pytest-django.svg?style=flat
1414 :alt: Coverage
Original file line number Diff line number Diff line change @@ -178,10 +178,10 @@ Your coverage report is now ready in the ``htmlcov`` directory.
178178Continuous integration
179179----------------------
180180
181- `Travis `_ is used to automatically run all tests against all supported versions
181+ `GitHub Actions `_ is used to automatically run all tests against all supported versions
182182of Python, Django and different database backends.
183183
184- The `pytest-django Travis `_ page shows the latest test run. Travis will
184+ The `pytest-django Actions `_ page shows the latest test run. The CI will
185185automatically pick up pull requests, test them and report the result directly
186186in the pull request.
187187
@@ -237,6 +237,6 @@ double cookie points. Seriously. You rock.
237237.. _git : http://git-scm.com/
238238.. _restructuredText : http://docutils.sourceforge.net/docs/ref/rst/introduction.html
239239.. _django CMS : https://www.django-cms.org/
240- .. _ Travis : https://travis-ci.org/
241- .. _pytest-django Travis : https://travis-ci.org /pytest-dev/pytest-django
240+ .. _ GitHub Actions : https://github.com/features/actions
241+ .. _pytest-django Actions : https://github.com /pytest-dev/pytest-django/actions
242242.. _`subprocess section of coverage documentation` : http://nedbatchelder.com/code/coverage/subprocess.html
You can’t perform that action at this time.
0 commit comments