Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
update to use browser_check
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Jan 7, 2020
1 parent cb4c938 commit 2ab1f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- conda update -q conda
- conda info -a
- conda install nodejs notebook
- pip install selenium cookiecutter
- pip install cookiecutter
- pip install --pre jupyterlab
script:
- cookiecutter . --no-input
Expand All @@ -32,4 +32,4 @@ script:
- jupyter labextension install .
- jupyter lab clean
- jupyter labextension link .
- python -m jupyterlab.selenium_check
- python -m jupyterlab.browser_check

0 comments on commit 2ab1f98

Please sign in to comment.