summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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