Skip to content

Commit b4c60d5

Browse files
committed
Travis: needs to install all the ESP extras
1 parent 6ef1349 commit b4c60d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ cache:
3333
install:
3434
- pip install --upgrade setuptools pip
3535
- pip install $DJANGO
36-
- pip install .
36+
# For now, install all ESPs and test at once
37+
# (in future, might want to matrix ESPs to test cross-dependencies)
38+
- pip install .[mailgun,mandrill]
3739
- pip list
3840
script: python -Wall setup.py test

0 commit comments

Comments
 (0)