From 33f417f76340f8b2cb501c14e490f589d6a459c1 Mon Sep 17 00:00:00 2001 From: alrex Date: Thu, 1 Oct 2020 08:55:51 -0700 Subject: [PATCH] docs: updating tox target in contributing doc (#1183) The tox targets were updated a while ago, but the contributing doc was not. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8173bbd46f6..39d720d2dbc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,8 +53,8 @@ You can run: - `tox` to run all existing tox commands, including unit tests for all packages under multiple Python versions - `tox -e docs` to regenerate the API docs -- `tox -e test-api` and `tox -e test-sdk` to run the API and SDK unit tests -- `tox -e py37-test-api` to e.g. run the API unit tests under a specific +- `tox -e test-core-api` and `tox -e test-core-sdk` to run the API and SDK unit tests +- `tox -e py37-test-core-api` to e.g. run the API unit tests under a specific Python version - `tox -e lint` to run lint checks on all code