Move CI testing to GitHub Actions

Related changes:
* remove Travis-CI config; stop running tests on Travis
* rename live integration test environment variables
  to all start with `ANYMAIL_TEST_` (simplifies tox config)
This commit is contained in:
Mike Edmunds
2020-11-28 18:08:01 -08:00
committed by GitHub
parent 8c1749c6f3
commit 5cbaa24002
16 changed files with 181 additions and 152 deletions

View File

@@ -51,9 +51,9 @@ The package is released under the BSD license.
.. END shared-intro
.. image:: https://travis-ci.org/anymail/django-anymail.svg?branch=main
:target: https://travis-ci.org/anymail/django-anymail
:alt: build status on Travis-CI
.. image:: https://github.com/anymail/django-anymail/workflows/test/badge.svg?branch=main
:target: https://github.com/anymail/django-anymail/actions?query=workflow:test+branch:main
:alt: build status in GitHub Actions
.. image:: https://readthedocs.org/projects/anymail/badge/?version=stable
:target: https://anymail.readthedocs.io/en/stable/