diff options
| author | Colin Dunklau <colin.dunklau@gmail.com> | 2018-09-18 23:44:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-18 23:44:26 +0200 |
| commit | 0444edcf0254270157f1896eafaeae53a3956ea5 (patch) | |
| tree | 5f8a841dfbc957b836ed5bb34aef694ef79427f3 /HACKING.txt | |
| parent | 8cc4bf732f636abc06a2fbb72b2bd9ab0a680eb2 (diff) | |
| download | pyramid-0444edcf0254270157f1896eafaeae53a3956ea5.tar.gz pyramid-0444edcf0254270157f1896eafaeae53a3956ea5.tar.bz2 pyramid-0444edcf0254270157f1896eafaeae53a3956ea5.zip | |
Tweak tox links in HACKING.txt
Move tox doc link to top, add PyPI link, remove dead codespeak.net link.
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 12 |
1 files changed, 6 insertions, 6 deletions
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 <http://tox.readthedocs.org/en/latest/>`_, +`PyPI <https://pypi.org/project/tox/>`), 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 -<http://tox.readthedocs.org/en/latest/>`_ 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 - <http://codespeak.net/~hpk/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 |
