Skip to content

Commit 2348f19

Browse files
authored
Support JupyterLab 2.0.0 (#90)
* Support JupyterLab 2.0.0 * Updated CI for use with JupyterLab 2.0.0
1 parent 118aa2d commit 2348f19

File tree

6 files changed

+710
-1735
lines changed

6 files changed

+710
-1735
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: generic
2-
sudo: false
3-
dist: trusty
2+
dist: bionic
43
cache:
54
directories:
65
- $HOME/.npm
@@ -15,7 +14,7 @@ install:
1514
- conda config --add channels bokeh
1615
- conda config --add channels conda-forge
1716
- conda info -a
18-
- conda install conda-build nodejs selenium jupyterlab notebook geckodriver firefox
17+
- conda install conda-build nodejs jupyterlab notebook
1918
- npm set progress false
2019
- npm install -g npm
2120
- conda build conda.recipe/
@@ -26,4 +25,4 @@ script:
2625
- jupyter labextension install .
2726
- jupyter lab clean
2827
- jupyter labextension link .
29-
- python -m jupyterlab.selenium_check
28+
- python -m jupyterlab.browser_check

0 commit comments

Comments
 (0)