From 9b9a4ebb0f36ac3da1dd32571b3eb79b5240b2c5 Mon Sep 17 00:00:00 2001 From: Martin Matusiak Date: Wed, 5 May 2021 10:33:59 +1000 Subject: add readme steps for maintainers (4) --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.1