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

Skip to content

Commit 33f417f

Browse files
author
alrex
authored
docs: updating tox target in contributing doc (open-telemetry#1183)
The tox targets were updated a while ago, but the contributing doc was not.
1 parent 982b667 commit 33f417f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ You can run:
5353
- `tox` to run all existing tox commands, including unit tests for all packages
5454
under multiple Python versions
5555
- `tox -e docs` to regenerate the API docs
56-
- `tox -e test-api` and `tox -e test-sdk` to run the API and SDK unit tests
57-
- `tox -e py37-test-api` to e.g. run the API unit tests under a specific
56+
- `tox -e test-core-api` and `tox -e test-core-sdk` to run the API and SDK unit tests
57+
- `tox -e py37-test-core-api` to e.g. run the API unit tests under a specific
5858
Python version
5959
- `tox -e lint` to run lint checks on all code
6060

0 commit comments

Comments
 (0)