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

Turn off sudo mode for django-mailbox.

This commit is contained in:
Adam Coddington 2016-01-30 22:19:59 -08:00
parent 5136514748
commit 54aa74d984

View file

@ -38,7 +38,5 @@ 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
sudo: false