Tres Seaver
2013-09-12 1d04f8f0b483b8d595f5ada24ae5108affe80160
Merge pull request #1122 from AdamG/master

Fix broken link to tox in HACKING
1 files modified
8 ■■■■ changed files
HACKING.txt 8 ●●●● patch | view | raw | blame | history
HACKING.txt
@@ -21,10 +21,10 @@
  (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