File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ machine:
7
7
PLOTLY_PYTHON_VERSIONS : 2.7.8 3.3.3 3.4.1
8
8
PLOTLY_CORE_REQUIREMENTS_FILE : ${PLOTLY_PACKAGE_ROOT}/requirements.txt
9
9
PLOTLY_OPTIONAL_REQUIREMENTS_FILE : ${PLOTLY_PACKAGE_ROOT}/optional-requirements.txt
10
+ PLOTLY_JUPYTER_TEST_DIR : ${PLOTLY_PACKAGE_ROOT}/plotly/tests/test_core/test_jupyter
11
+
12
+ node :
13
+ version : 4.2.1
10
14
11
15
dependencies :
12
16
@@ -22,6 +26,9 @@ dependencies:
22
26
# we need to cd out of the project root to ensure the install worked
23
27
- cd ~ && python -c "import plotly"
24
28
29
+ # install jupyter test JS requirements
30
+ - cd ${PLOTLY_JUPYTER_TEST_DIR} && npm i
31
+
25
32
cache_directories :
26
33
27
34
- " ~/.pyenv/versions" # attempt to just cache installed pyenv things
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