Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ jobs:
- run:
name: Install tox
command: "sudo pip install tox"
- run:
name: Install npm dependencies
command: cd packages/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
no_output_timeout: 20m
- run:
name: Test with tox
command: "cd packages/python/plotly; tox -e py27-optional"
Expand All @@ -143,10 +139,6 @@ jobs:
- run:
name: Install tox
command: "sudo pip install tox"
- run:
name: Install npm dependencies
command: cd packages/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
no_output_timeout: 20m
- run:
name: Test with tox
command: "cd packages/python/plotly; tox -e py35-optional"
Expand All @@ -163,10 +155,6 @@ jobs:
- run:
name: Install tox
command: "sudo pip install tox"
- run:
name: Install npm dependencies
command: cd packages/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
no_output_timeout: 20m
- run:
name: Test with tox
command: "cd packages/python/plotly; tox -e py36-optional"
Expand All @@ -183,10 +171,6 @@ jobs:
- run:
name: Install tox
command: "sudo pip install tox"
- run:
name: Install npm dependencies
command: cd packages/python/plotly/plotly/tests/test_optional/test_jupyter && npm install
no_output_timeout: 20m
- run:
name: Test with tox
command: "cd packages/python/plotly; tox -e py37-optional"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading