launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28212
[Merge] ~jugmac00/lpcraft:fix-development-documentation into lpcraft:main
Jürgen Gmach has proposed merging ~jugmac00/lpcraft:fix-development-documentation into lpcraft:main.
Commit message:
Fix typo and link to the documentation of tox
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/lpcraft/+git/lpcraft/+merge/416736
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/lpcraft:fix-development-documentation into lpcraft:main.
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index bae3f19..e4c23d1 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -5,9 +5,9 @@ Prerequisites
-------------
* Python 3.8+
-* `tox <https://tox.readthedocs.io/en/latest/>`_.
+* `tox <https://tox.wiki/en/latest/>`_
* `pyenv <https://github.com/pyenv/pyenv>`_, if you want to use and test against
- multiple versions of Python.
+ multiple versions of Python
Usage
-----
@@ -34,7 +34,7 @@ Run the project's tests.
.. code:: bash
- $ tox -e py38 # Replace with the installed python version, if 3.8 is unavailable.
+ $ tox -e py38 # Replace with the installed Python version, if 3.8 is unavailable.
Since ``tox`` uses ``pytest`` under the hood to run the tests, arguments can be passed to pytest.