Skip to content

Commit 23882e0

Browse files
authored
Merge pull request #197 from martinRenou/travis_jlab1
Use JupyterLab 1 in Travis for now
2 parents daa6812 + 42d9e4d commit 23882e0

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)