Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cedb7f1

Browse files
etpinardtheengineear
authored andcommitted
add requirements for jupyter test on circleci
1 parent f02b6a7 commit cedb7f1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

circle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1216
dependencies:
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.

optional-requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ pandas
2424
## scipy deps for some FigureFactory functions ##
2525
scipy
2626

27+
## jupyter ##
28+
jupyter
29+
ipykernel

0 commit comments

Comments
 (0)