diff --git a/README.rst b/README.rst index 5f8e8ab4..a1fc5f0e 100644 --- a/README.rst +++ b/README.rst @@ -104,6 +104,18 @@ API Documentation The API documentation can be found on `ReadTheDocs `_. +Running the tests +================= + +Testing is set up using `tox`: + +.. code-block:: bash + + pip install tox + + tox -e py3 # runs the tests + tox -e lint # runs the format checks + Funding & Acknowledgements ==========================