From c40bb3092b06d01d8b1be052ea47fad2fbdc239b Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Wed, 9 Feb 2022 17:49:51 +0100 Subject: [PATCH] doc: fix link to tox docs Signed-off-by: Lukas Puehringer --- docs/CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index aee08084..0e0f7a6a 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -16,7 +16,7 @@ and must be `unit tested <#unit-tests>`_. Testing ======= -With `tox `_ the whole test suite can be executed in +With `tox `_ the whole test suite can be executed in a separate *virtual environment* for each supported Python version available on the system. ``tuf`` and its dependencies are installed automatically for each tox run.