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

Commit

Permalink
test ofr travis 7.2006
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 13, 2016
1 parent 8a03831 commit 635ea8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ def test_notebook_runner_operation(self):
n1 = len(nb1)
nb2 = read_nb(nbfile2, kernel=False)
n2 = len(nb2)
add = nb1 + nb2
if is_travis_or_appveyor() == "travis":
warnings.warn("This test is not run on travis, it prevents the script from completing.")
return
add = nb1 + nb2
nb1.merge_notebook([nb2])
n3a = len(add)
n3 = len(nb1)
Expand Down

0 comments on commit 635ea8b

Please sign in to comment.