forked from jupyterlab/jupyter-renderers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
31 lines (31 loc) · 1.14 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: python
sudo: false
dist: trusty
cache: yarn
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no --set show_channel_urls yes
- conda config --set channel_priority strict
- conda config --set add_pip_as_python_dependency yes
- conda config --remove channels defaults
- conda config --add channels conda-forge
- conda update -q conda
- conda info -a
- conda install nodejs notebook
- which pip
- pip --version
- pip install --pre jupyterlab
script:
- yarn
- yarn run build
- jupyter labextension link packages/fasta-extension --no-build
- jupyter labextension link packages/geojson-extension --no-build
- jupyter labextension link packages/katex-extension --no-build
- jupyter labextension link packages/vega2-extension --no-build
- jupyter labextension link packages/vega3-extension --no-build
- jupyter labextension link packages/mathjax3-extension --no-build
- NODE_OPTIONS=--max-old-space-size=16000 jupyter lab build
- python -m jupyterlab.browser_check