Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e2fe0 commit 8850febCopy full SHA for 8850feb
circle.yml
@@ -8,7 +8,7 @@ machine:
8
PLOTLY_TOX_PYTHON_33: /home/ubuntu/.pyenv/versions/3.3.3/bin/python3.3
9
PLOTLY_TOX_PYTHON_34: /home/ubuntu/.pyenv/versions/3.4.3/bin/python3.4
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
+ PLOTLY_JUPYTER_TEST_DIR: /home/ubuntu/${CIRCLE_PROJECT_REPONAME}/plotly/tests/test_optional/test_jupyter
12
13
node:
14
version: 4.2.1
@@ -32,6 +32,7 @@ dependencies:
32
33
# cache everything that tox installs for us.
34
- .tox
35
+ - ${PLOTLY_JUPYTER_TEST_DIR}/node_modules
36
37
test:
38
0 commit comments