Skip to content

Commit

Permalink
trying to fix DocTestFailure on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bveliqi committed Nov 16, 2018
1 parent a8e1fee commit 219add5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foolbox/zoo/zoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_model(url):
>>> from foolbox import zoo
>>> url = "https://github.com/bveliqi/foolbox-zoo-dummy.git"
>>> model = zoo.get_model(url) # doctest: +ELLIPSIS
>>> model = zoo.get_model(url) # doctest: +SKIP
Only works with a foolbox-zoo compatible repository.
I.e. models need to have a `foolbox_model.py` file
Expand Down

0 comments on commit 219add5

Please sign in to comment.