summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorColin Dunklau <colin.dunklau@gmail.com>2018-09-19 12:13:32 +0200
committerColin Dunklau <colin.dunklau@gmail.com>2018-09-19 12:18:59 +0200
commit6447d59aa63852831ce60e99365dde52427893c9 (patch)
tree38a1709d782edc70e76b87dce56df6c0f7d58b11 /HACKING.txt
parent081699993078baa817d0d1c220db6a0d87555a44 (diff)
downloadpyramid-6447d59aa63852831ce60e99365dde52427893c9.tar.gz
pyramid-6447d59aa63852831ce60e99365dde52427893c9.tar.bz2
pyramid-6447d59aa63852831ce60e99365dde52427893c9.zip
Rewrap paragraph
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/HACKING.txt b/HACKING.txt
index be770484a..fdfee58d6 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -182,13 +182,12 @@ 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
- 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
- execute the tests on multiple Python versions and platforms. While it runs,
- it creates a virtual environment for each version/platform combination. For
- example:
+ 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 execute the tests on multiple Python
+ versions and platforms. While it runs, it creates a virtual environment
+ for each version/platform combination. For example:
$ sudo /usr/bin/pip install tox
$ cd ~/hack-on-pyramid/