From 0444edcf0254270157f1896eafaeae53a3956ea5 Mon Sep 17 00:00:00 2001 From: Colin Dunklau Date: Tue, 18 Sep 2018 23:44:26 +0200 Subject: Tweak tox links in HACKING.txt Move tox doc link to top, add PyPI link, remove dead codespeak.net link. --- HACKING.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'HACKING.txt') diff --git a/HACKING.txt b/HACKING.txt index 3a7774781..9416ac210 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -9,8 +9,9 @@ Using a Development Checkout You'll have to create a development environment to hack on Pyramid, using a Pyramid checkout. You can either do this by hand, or if you have ``tox`` -installed (it's on PyPI), you can use ``tox`` to set up a working development -environment. Each installation method is described below. +installed (`docs `_, +`PyPI `), you can use``tox`` to set up a +working development environment. Each installation method is described below. By Hand @@ -89,8 +90,7 @@ way to get going. Since Pyramid is a framework and not an application, it can be convenient to work against a sample application, preferably in its own virtual environment. A -quick way to achieve this is to use `tox -`_ with a custom configuration file +quick way to achieve this is to use `tox` with a custom configuration file that is part of the checkout: $ tox -c hacking-tox.ini @@ -178,8 +178,8 @@ Running Tests $ tox -e py2-cover,py3-cover,coverage -- To run the full set of Pyramid tests on all platforms, install `tox - `_ into a system Python. The ``tox`` console +- To run the full set of Pyramid tests on all platforms, install `tox` into a + system Python. The ``tox`` console script will be installed into the scripts location for that Python. While ``cd``'ed to the Pyramid checkout root directory (it contains ``tox.ini``), invoke the ``tox`` console script. This will read the ``tox.ini`` file and -- cgit v1.2.3