Skip to content

Commit 00656d7

Browse files
Correct testing instruction
1 parent 3dcc300 commit 00656d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ The goal of this project is to facilitate loading and sharing of robot descripti
1919
- For example, the file name for the Kinova (maker) Gen2 (robot name) is ``gen2_description.py``.
2020
- Use the ``mj_description`` suffix for an MJCF description.
2121
4. **Listing:** Add the description metadata to the ``DESCRIPTIONS`` dictionary in ``_descriptions.py``.
22-
5. **Testing:** Check that all unit tests are successful by ``tox -e py``.
22+
5. **Testing:** Check that all unit tests are successful by ``tox``.
2323
6. **README:** Document the description's submodule name in the Descriptions section of the [README](README.md).
2424
7. **Changelog:** Write down the new model at the top of the [changelog](CHANGELOG.md).

0 commit comments

Comments
 (0)