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:
8
8
PLOTLY_TOX_PYTHON_33 : /home/ubuntu/.pyenv/versions/3.3.3/bin/python3.3
9
9
PLOTLY_TOX_PYTHON_34 : /home/ubuntu/.pyenv/versions/3.4.3/bin/python3.4
10
10
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
11
15
12
16
dependencies :
13
17
@@ -21,6 +25,9 @@ dependencies:
21
25
# we need to cd out of the project root to ensure the install worked
22
26
- cd ~ && python -c "import plotly"
23
27
28
+ # install jupyter test JS requirements
29
+ - cd ${PLOTLY_JUPYTER_TEST_DIR} && npm i
30
+
24
31
cache_directories :
25
32
26
33
# cache everything that tox installs for us.
Original file line number Diff line number Diff line change 24
24
## scipy deps for some FigureFactory functions ##
25
25
scipy
26
26
27
+ ## jupyter ##
28
+ jupyter
29
+ ipykernel
You can’t perform that action at this time.
0 commit comments