Adam Gomaa
2013-09-12 93137f090f24b1ffa4812b282adf95708576c1a1
fix broken link to tox
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