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

Commit

Permalink
test for travis 5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 12, 2016
1 parent 0a8e515 commit b672a77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion _unittests/ut_ipythonhelper/test_notebook_read_write.py
@@ -1,5 +1,5 @@
""" """
@brief test log(time=5s) @brief test log(time=6s)
""" """


import sys import sys
Expand Down
4 changes: 0 additions & 4 deletions _unittests/ut_ipythonhelper/test_notebook_sildes.py
Expand Up @@ -25,10 +25,6 @@
from src.pyquickhelper.loghelper import fLOG from src.pyquickhelper.loghelper import fLOG




if sys.version_info[0] == 2:
from codecs import open


class TestNotebookSlides(unittest.TestCase): class TestNotebookSlides(unittest.TestCase):


def test_notebook_iter(self): def test_notebook_iter(self):
Expand Down

0 comments on commit b672a77

Please sign in to comment.