Skip to content

Commit 814d997

Browse files
committed
Merge branch 'master' of github.com:MongoEngine/mongoengine into terencehonles-fix-generic-reference-iterable-query
2 parents 01838b8 + 1b2afb6 commit 814d997

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Python3 codebase
2929
Since 0.20, the codebase is exclusively Python 3.
3030

3131
Earlier versions were exclusively Python2, and were relying on 2to3 to support Python3 installs.
32-
Travis runs the tests against the main Python 3.x versions.
32+
Github Actions runs the tests against the main Python 3.x versions.
3333

3434

3535
Style Guide
@@ -65,7 +65,7 @@ You can also run all the checks with ``pre-commit run -a``, this is what is used
6565
Testing
6666
-------
6767

68-
All tests are run on `Travis <http://travis-ci.org/MongoEngine/mongoengine>`_
68+
All tests are run on `Github Actions <https://github.com/MongoEngine/mongoengine/actions>`_
6969
and any pull requests are automatically tested. Any pull requests without
7070
tests will take longer to be integrated and might be refused.
7171

@@ -87,7 +87,7 @@ General Guidelines
8787
- Ensure tests pass on all supported Python, PyMongo, and MongoDB versions.
8888
You can test various Python and PyMongo versions locally by executing
8989
``tox``. For different MongoDB versions, you can rely on our automated
90-
Travis tests.
90+
Github Actions tests.
9191
- Add enhancements or problematic bug fixes to docs/changelog.rst.
9292
- Add yourself to AUTHORS :)
9393

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ MongoEngine
66
:Author: Harry Marr (http://github.com/hmarr)
77
:Maintainer: Bastien Gerard (http://github.com/bagerard)
88

9-
.. image:: https://travis-ci.org/MongoEngine/mongoengine.svg?branch=master
10-
:target: https://travis-ci.org/MongoEngine/mongoengine
9+
.. image:: https://github.com/MongoEngine/mongoengine/actions/workflows/github-actions.yml/badge.svg?branch=master
10+
:target: https://github.com/MongoEngine/mongoengine/actions
1111

1212
.. image:: https://coveralls.io/repos/github/MongoEngine/mongoengine/badge.svg?branch=master
1313
:target: https://coveralls.io/github/MongoEngine/mongoengine?branch=master

0 commit comments

Comments
 (0)