diff options
| author | Alexandre Bourget <alexandre.bourget@savoirfairelinux.com> | 2011-03-24 12:07:09 -0400 |
|---|---|---|
| committer | Alexandre Bourget <alexandre.bourget@savoirfairelinux.com> | 2011-03-24 12:07:09 -0400 |
| commit | 95e799d074de2e81914d513b4c331df1e738c00e (patch) | |
| tree | b3039037533610d8c86d82bb28f139d8a3777013 /HACKING.txt | |
| parent | 22d3253a26767501827d86b56db3a9b79bef6c4e (diff) | |
| parent | b596e1812627c359908759d7a8d83c339f08e385 (diff) | |
| download | pyramid-95e799d074de2e81914d513b4c331df1e738c00e.tar.gz pyramid-95e799d074de2e81914d513b4c331df1e738c00e.tar.bz2 pyramid-95e799d074de2e81914d513b4c331df1e738c00e.zip | |
Merge remote branch 'source/master'
Conflicts:
docs/narr/hooks.rst
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/HACKING.txt b/HACKING.txt index c3a40900d..0194e9bab 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -29,6 +29,11 @@ checkout. $ env/bin/easy_install setuptools-git +- Install ``nose`` and ``coverage`` into the virtualenv (for running nose + tests with coverage via ``setup.py nosetests --with-coverage``):: + + $ env/bin/easy_install nose coverage + - Install Pyramid from the checkout into the virtualenv using ``setup.py develop`` (running ``setup.py develop`` *must* be done while the current working directory is the ``pyramid`` checkout directory):: |
