Skip to content

Commit 7e589a1

Browse files
author
Pan
committed
fixup! fixup! Travis tests
1 parent 04ede5f commit 7e589a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ after_success:
2929
- codecov
3030
jobs:
3131
include:
32-
- os: osx
33-
if: tag IS present OR branch = master
32+
- if: (tag IS present) OR (branch = master)
33+
os: osx
3434
# tag =~ ^\d+\.\d+(\.\d+)?(-\S*)?$
3535
before_install: skip
3636
install:

tests/test_pssh_ssh2_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def test_pssh_client_hosts_list_part_failure(self):
212212
msg="Failed host does not exist in output - output is %s" % (output,))
213213
self.assertTrue('exception' in output[hosts[1]],
214214
msg="Failed host %s has no exception in output - %s" % (hosts[1], output,))
215+
print(output[hosts[1]])
215216
try:
216217
raise output[hosts[1]]['exception']
217218
except ConnectionErrorException:

0 commit comments

Comments
 (0)