diff --git a/.travis.yml b/.travis.yml index 8ba159f3..476ba445 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,7 @@ install: - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda info -a -- conda install -c conda-forge nodejs notebook matplotlib ipywidgets -- pip install selenium -- pip install jupyterlab +- conda install -c conda-forge nodejs notebook matplotlib ipywidgets selenium jupyterlab=1 - pip install -v . script: - jupyter nbextension install --py --symlink --sys-prefix ipympl