Skip to content

Commit

Permalink
adds tox options in main README (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed May 24, 2023
1 parent 74c8b89 commit 12d1b2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ You can clone the repository using the following command:
Running the tests
^^^^^^^^^^^^^^^^^

You can run the unit tests by installing and running tox:
You can run the unit tests, build documentation, and other options by installing and running tox:

::

pip install tox
tox
tox -e docs
tox -e lint


Encountering Problems?
Expand Down

0 comments on commit 12d1b2b

Please sign in to comment.