summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorTom Lazar <tomster@pyfidelity.com>2013-08-17 16:08:43 +0200
committerTom Lazar <tomster@pyfidelity.com>2013-08-17 16:08:43 +0200
commit68d2a8cf14b940ffac796be663baeb0782640310 (patch)
tree2b0fe3f597dd3f9986d9b311ef0add839e30229c /HACKING.txt
parentb7314f804c0c550c3763456ce198e541591f17b8 (diff)
downloadpyramid-68d2a8cf14b940ffac796be663baeb0782640310.tar.gz
pyramid-68d2a8cf14b940ffac796be663baeb0782640310.tar.bz2
pyramid-68d2a8cf14b940ffac796be663baeb0782640310.zip
provide the tox url when mentioning it first.
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 563903f2f..2e444e781 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -23,7 +23,8 @@ checkout.
Since pyramid is a framework and not an application, it can be
convenient to work against a sample application, preferably in its
own virtualenv. A quick way to achieve this is to (ab-)use ``tox``
-with a custom configuration file that's part of the checkout::
+(http://codespeak.net/~hpk/tox/) with a custom configuration file that's part of
+the checkout::
tox -c hacking-tox.ini