1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Attempting to recover a little detail so I can figure out why integration testing isn't working.

This commit is contained in:
Adam Coddington 2016-01-30 22:06:28 -08:00
parent 22f1d05464
commit 5136514748

View file

@ -38,4 +38,7 @@ install:
- pip install -q Django$DJANGO --use-mirrors
- pip install -q -e . --use-mirrors
script:
- echo $EMAIL_SMTP_SERVER
- echo $EMAIL_IMAP_SERVER
- echo $EMAIL_ACCOUNT
- python setup.py test