mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Travis: needs to install all the ESP extras
This commit is contained in:
@@ -33,6 +33,8 @@ cache:
|
||||
install:
|
||||
- pip install --upgrade setuptools pip
|
||||
- pip install $DJANGO
|
||||
- pip install .
|
||||
# For now, install all ESPs and test at once
|
||||
# (in future, might want to matrix ESPs to test cross-dependencies)
|
||||
- pip install .[mailgun,mandrill]
|
||||
- pip list
|
||||
script: python -Wall setup.py test
|
||||
|
||||
Reference in New Issue
Block a user