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

Commit

Permalink
disable one test on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 20, 2018
1 parent 0614034 commit c265321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _unittests/ut_helpgen/test_notebooks_exporter.py
Expand Up @@ -22,7 +22,7 @@

from src.pyquickhelper.loghelper import fLOG
from src.pyquickhelper.helpgen import process_notebooks
from src.pyquickhelper.pycode import get_temp_folder, ExtTestCase
from src.pyquickhelper.pycode import get_temp_folder, ExtTestCase, skipif_travis


if sys.version_info[0] == 2:
Expand All @@ -31,6 +31,7 @@

class TestNoteBooksExporter(ExtTestCase):

@skipif_travis('pandoc is not installed on travis')
def test_notebook_rst_svg(self):
fLOG(
__file__,
Expand Down

0 comments on commit c265321

Please sign in to comment.