Merge pull request #538 from ahojnnes/examples-travis

TST: Let Travis run all examples.
This commit is contained in:
Stefan van der Walt
2013-05-29 03:53:47 -07:00
18 changed files with 58 additions and 37 deletions
+2 -2
View File
@@ -169,7 +169,7 @@ def immunohistochemistry():
No known copyright restrictions.
"""
return load("ihc.jpg")
return load("ihc.png")
def chelsea():
@@ -183,4 +183,4 @@ def chelsea():
No copyright restrictions. CC0 by the photographer (Stefan van der Walt).
"""
return load("chelsea.jpg")
return load("chelsea.png")