Skip to content

Remove reference to tox in CI #4809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2024
Merged
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
8 changes: 3 additions & 5 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ There are many ways to contribute to plotly.py. To contribute effectively, it is

- tests are found in `packages/python/plotly/plotly/tests`. Different
directories correspond to different test jobs (with different dependency sets)
run in continuous integration. These jobs are configured in
`packages/python/plotly/tox.ini`, which itself is used in the Circle CI
configuration file `.circleci/config.yml`. More is explained about tests
run in continuous integration. More is explained about tests
in the following "Technical aspects" section.

- the **documentation** is part of this repository. Its structure and some
Expand Down Expand Up @@ -231,10 +229,10 @@ For dev branches, it is also possible to use `updateplotlyjsdev` in two configur

### CircleCI Release

If your devbranch is part of the official plotly.js repository, you can use
If your devbranch is part of the official plotly.js repository, you can use
```bash
python setup.py updateplotlyjsdev --devrepo reponame --devbranch branchname
```
```
to update to development versions of `plotly.js`. This will fetch the `plotly.js` in the CircleCI artifact of the branch `branchname` of the repo `reponame`. If `--devrepo` or `--devbranch` are omitted, `updateplotlyjsdev` defaults using `plotly/plotly.js` and `master` respectively.

### Local Repository
Expand Down