Skip to content

Commit 15462c8

Browse files
committed
selenium_check -> browser_check
Signed-off-by: martinRenou <[email protected]>
1 parent 1f2bd4d commit 15462c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ install:
2121
- conda config --set always_yes yes --set changeps1 no
2222
- conda update -q conda
2323
- conda info -a
24-
- conda install -c conda-forge nodejs notebook matplotlib ipywidgets selenium jupyterlab
24+
- conda install -c conda-forge nodejs notebook matplotlib ipywidgets jupyterlab
2525
- pip install -v .
2626
script:
2727
- jupyter nbextension install --py --symlink --sys-prefix ipympl
2828
- jupyter nbextension enable --py --sys-prefix ipympl
2929
- jupyter labextension list 2>&1 | grep -q jupyter-matplotlib
3030
- jupyter labextension install @jupyter-widgets/jupyterlab-manager
31-
- python -m jupyterlab.selenium_check --NotebookApp.ip=127.0.0.1
3231
- jupyter labextension link js
32+
- python -m jupyterlab.browser_check --NotebookApp.ip=127.0.0.1

0 commit comments

Comments
 (0)