Skip to content

Commit f786a0f

Browse files
committed
Remove travis CI
Switched to github actions.
1 parent 5551aea commit f786a0f

File tree

3 files changed

+6
-108
lines changed

3 files changed

+6
-108
lines changed

.travis.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
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

docs/contributing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ Your coverage report is now ready in the ``htmlcov`` directory.
178178
Continuous 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
182182
of 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
185185
automatically pick up pull requests, test them and report the result directly
186186
in 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

0 commit comments

Comments
 (0)