Skip to content

Commit 42d9e4d

Browse files
committed
Use JupyterLab 1 in Travis for now
Signed-off-by: martinRenou <[email protected]>
1 parent daa6812 commit 42d9e4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ 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
25-
- pip install selenium
26-
- pip install jupyterlab
24+
- conda install -c conda-forge nodejs notebook matplotlib ipywidgets selenium jupyterlab=1
2725
- pip install -v .
2826
script:
2927
- jupyter nbextension install --py --symlink --sys-prefix ipympl

0 commit comments

Comments
 (0)