summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 10:33:59 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 10:33:59 +1000
commit9b9a4ebb0f36ac3da1dd32571b3eb79b5240b2c5 (patch)
tree8a8dcd70c1922aa1b157c3b0bbe0275daa89b478
parent101e15cab7990615ab6c9d6f37431f03bd8ffdbb (diff)
downloadansicolor-9b9a4ebb0f36ac3da1dd32571b3eb79b5240b2c5.tar.gz
add readme steps for maintainers (4)
-rw-r--r--README.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 998136e..429f0f7 100644
--- a/README.rst
+++ b/README.rst
@@ -94,14 +94,15 @@ Measuring code coverage
Running all possible tests under tox
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-We use `tox` to run both the unit tests and the demos under several different
+We use ``tox`` to run both the unit tests and the demos under several different
Python interpreter versions. Depending on which interpreters you have installed
-(this is managed system-wide and not covered in this README) `tox` will most
-likely give you a partial success:
+(this is managed system-wide and not covered in this README) ``tox`` will most
+likely give you a partial success.
.. code:: bash
+ # to run against all interpreters
$ tox
- # to run it only against selected interpreters
+ # to run only against selected interpreters
$ tox -e py27,py38 \ No newline at end of file