mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-23 05:11:04 -05:00
SendinBlue: update docs, readme, setup, Travis config
* Flesh out SendinBlue docs, add a readme mention * Stop trying to list all the supported ESPs in the project short description and similar headlines -- it was becoming unwieldy. * Support `pip install django-anymail[sendinblue]` and use it in Travis tests (for consistency; SendinBlue doesn't require any extra packages)
This commit is contained in:
@@ -56,7 +56,7 @@ install:
|
||||
- if [[ -n $DJANGO ]]; then pip install $DJANGO; fi
|
||||
# For now, install Anymail including all optional ESPs, and test at once
|
||||
# (in future, might want to matrix ESPs to test cross-dependencies)
|
||||
- if [[ -n $DJANGO ]]; then pip install .[mailgun,mandrill,postmark,sendgrid,sparkpost]; fi
|
||||
- if [[ -n $DJANGO ]]; then pip install .[mailgun,mailjet,mandrill,postmark,sendinblue,sendgrid,sparkpost]; fi
|
||||
- if [[ -n $FLAKE8 ]]; then pip install flake8; fi
|
||||
- pip list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user