diff options
| author | Chris McDonough <chrism@plope.com> | 2013-09-14 02:22:34 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-09-14 02:22:34 -0400 |
| commit | faccd80c7251cc6409056edc0552cadbc957145c (patch) | |
| tree | 554b62dd611a855c48a4c31556367dae68b6bb65 /HACKING.txt | |
| parent | 1936a3c0ef27c78baebe565706c3f9bcc0defaea (diff) | |
| parent | 1d04f8f0b483b8d595f5ada24ae5108affe80160 (diff) | |
| download | pyramid-faccd80c7251cc6409056edc0552cadbc957145c.tar.gz pyramid-faccd80c7251cc6409056edc0552cadbc957145c.tar.bz2 pyramid-faccd80c7251cc6409056edc0552cadbc957145c.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING.txt b/HACKING.txt index 684a42ee6..4ebb59160 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -21,10 +21,10 @@ checkout. (alternately, create a writeable fork on GitHub and check that out). 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`` -(http://codespeak.net/~hpk/tox/) with a custom configuration file that's part of -the checkout:: +convenient to work against a sample application, preferably in its own +virtualenv. A quick way to achieve this is to (ab-)use ``tox`` +(http://tox.readthedocs.org/en/latest/) with a custom configuration +file that's part of the checkout:: tox -c hacking-tox.ini |
