mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
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:
11
tox.ini
11
tox.ini
@@ -47,16 +47,9 @@ commands =
|
||||
passenv =
|
||||
ANYMAIL_ONLY_TEST
|
||||
ANYMAIL_SKIP_TESTS
|
||||
RUN_LIVE_TESTS
|
||||
ANYMAIL_RUN_LIVE_TESTS
|
||||
CONTINUOUS_INTEGRATION
|
||||
AMAZON_SES_TEST_*
|
||||
MAILGUN_TEST_*
|
||||
MAILJET_TEST_*
|
||||
MANDRILL_TEST_*
|
||||
POSTMARK_TEST_*
|
||||
SENDINBLUE_TEST_*
|
||||
SENDGRID_TEST_*
|
||||
SPARKPOST_TEST_*
|
||||
ANYMAIL_TEST_*
|
||||
|
||||
[testenv:lint]
|
||||
basepython = python3
|
||||
|
||||
Reference in New Issue
Block a user