diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-30 00:06:45 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-30 00:06:45 -0500 |
| commit | 81e66b8991fdc4ec86d243272d2c2cc4aa9020b7 (patch) | |
| tree | 5dc9a0cf21e0100a65eb95423f4beababeff865d | |
| parent | eac19863562e6ad0658ccc15c84637cd79ea8d7c (diff) | |
| download | pyramid-81e66b8991fdc4ec86d243272d2c2cc4aa9020b7.tar.gz pyramid-81e66b8991fdc4ec86d243272d2c2cc4aa9020b7.tar.bz2 pyramid-81e66b8991fdc4ec86d243272d2c2cc4aa9020b7.zip | |
Explain how to install nose and coverage.
| -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):: |
