Travis: needs to install all the ESP extras

This commit is contained in:
medmunds
2016-03-09 19:37:18 -08:00
parent 6ef1349b65
commit b4c60d55bd

View File

@@ -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