Skip to content

Commit

Permalink
Travis only has the default Python kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jun 5, 2019
1 parent 88da315 commit cfc9484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def test_set_kernel_auto(py_file, tmpdir):

nb = readf(tmp_ipynb)
kernel_name = nb.metadata['kernelspec']['name']
assert get_kernel_spec(kernel_name).argv[0] == sys.executable
assert get_kernel_spec(kernel_name).argv[0] in ['python', sys.executable]


@pytest.mark.parametrize('py_file', list_notebooks('python'))
Expand Down

0 comments on commit cfc9484

Please sign in to comment.