Tests: move integration tests to Django 4.1

This commit is contained in:
medmunds
2022-08-29 13:15:51 -07:00
committed by Mike Edmunds
parent 3f05623a2f
commit 448e8d9d95

View File

@@ -39,15 +39,15 @@ jobs:
# Live API integration tests are run on only one representative Python/Django version
# combination, to avoid rapidly consuming the testing accounts' entire send allotments.
config:
- { tox: django40-py310-amazon_ses, python: "3.10" }
- { tox: django40-py310-mailgun, python: "3.10" }
- { tox: django40-py310-mailjet, python: "3.10" }
- { tox: django40-py310-mandrill, python: "3.10" }
- { tox: django40-py310-postal, python: "3.10" }
- { tox: django40-py310-postmark, python: "3.10" }
- { tox: django40-py310-sendgrid, python: "3.10" }
- { tox: django40-py310-sendinblue, python: "3.10" }
- { tox: django40-py310-sparkpost, python: "3.10" }
- { tox: django41-py310-amazon_ses, python: "3.10" }
- { tox: django41-py310-mailgun, python: "3.10" }
- { tox: django41-py310-mailjet, python: "3.10" }
- { tox: django41-py310-mandrill, python: "3.10" }
- { tox: django41-py310-postal, python: "3.10" }
- { tox: django41-py310-postmark, python: "3.10" }
- { tox: django41-py310-sendgrid, python: "3.10" }
- { tox: django41-py310-sendinblue, python: "3.10" }
- { tox: django41-py310-sparkpost, python: "3.10" }
steps:
- name: Get code