File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ machine:
88 PLOTLY_TOX_PYTHON_33 : /home/ubuntu/.pyenv/versions/3.3.3/bin/python3.3
99 PLOTLY_TOX_PYTHON_34 : /home/ubuntu/.pyenv/versions/3.4.3/bin/python3.4
1010 PLOTLY_TOX_PYTHON_35 : /home/ubuntu/.pyenv/versions/3.5.0/bin/python3.5
11+ PLOTLY_JUPYTER_TEST_DIR : ${PLOTLY_PACKAGE_ROOT}/plotly/tests/test_core/test_jupyter
12+
13+ node :
14+ version : 4.2.1
1115
1216dependencies :
1317
@@ -21,6 +25,9 @@ dependencies:
2125 # we need to cd out of the project root to ensure the install worked
2226 - cd ~ && python -c "import plotly"
2327
28+ # install jupyter test JS requirements
29+ - cd ${PLOTLY_JUPYTER_TEST_DIR} && npm i
30+
2431 cache_directories :
2532
2633 # cache everything that tox installs for us.
Original file line number Diff line number Diff line change 2424## scipy deps for some FigureFactory functions ##
2525scipy
2626
27+ ## jupyter ##
28+ jupyter
29+ ipykernel
You can’t perform that action at this time.
0 commit comments