Skip to content

Commit 80706fe

Browse files
committed
Supply an encrypted file for Travis-CI containing credentials for a test server
1 parent 8807488 commit 80706fe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

settings.yml.enc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
�4���`�L�=�����AσHS�� �w<T4�ś�z�o����@�c߾��\��nu~��L ��"_'�*)��ٚ��L�����6gx�U_���I���i�~��}4�F�@�S��@�;�<#h˩CW�,轮����^B��A{9�*'��~{}9=n^[c�[N�FWMw;I�Q�ۦ�Or�mQ,�@��pZ_ ���}l/��P5�P+Y��p���pv��e�}�`˷���R]�k�c ˘��

tests/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,10 @@ def test_to_xml(self):
293293
class EWSTest(unittest.TestCase):
294294
def setUp(self):
295295
# There's no official Exchange server we can test against, and we can't really provide credentials for our
296-
# own test server to anyone on the Internet. You need to create your own settings.yml with credentials for
297-
# your own test server. 'settings.yml.sample' is provided as a template.
296+
# own test server to everyone on the Internet. Travis-CI uses the encrypted settings.yml.enc for testing.
297+
#
298+
# If you want to test against your own server and account, create your own settings.yml with credentials for
299+
# that server. 'settings.yml.sample' is provided as a template.
298300
try:
299301
with open(os.path.join(os.path.dirname(os.path.dirname(__file__)), 'settings.yml')) as f:
300302
settings = load(f)

0 commit comments

Comments
 (0)