Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
disable a unit test on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 18, 2015
1 parent f521bbc commit 411655c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _unittests/ut_ipythonhelper/test_notebook_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ def test_notebook_extension(self):
try:
ext = get_installed_notebook_extension()
except FileNotFoundError:
if "travis" in sys.executable:
# does not work on travis due to permission error
return
ext = []

if len(ext) == 0:
Expand Down

0 comments on commit 411655c

Please sign in to comment.