Skip to content

Commit 8850feb

Browse files
committed
Cache jupyter node_modules deps.
1 parent 28e2fe0 commit 8850feb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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
11+
PLOTLY_JUPYTER_TEST_DIR: /home/ubuntu/${CIRCLE_PROJECT_REPONAME}/plotly/tests/test_optional/test_jupyter
1212

1313
node:
1414
version: 4.2.1
@@ -32,6 +32,7 @@ dependencies:
3232

3333
# cache everything that tox installs for us.
3434
- .tox
35+
- ${PLOTLY_JUPYTER_TEST_DIR}/node_modules
3536

3637
test:
3738

0 commit comments

Comments
 (0)