diff options
| author | John Anderson <sontek@gmail.com> | 2015-03-06 10:55:52 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2015-03-06 10:55:52 -0800 |
| commit | 50a8a077f403b89ff43ad745f101213c2cfeea8f (patch) | |
| tree | be4b6b5de1830e6c5ad8ec6b6d1f1ee89956e67c /HACKING.txt | |
| parent | 25c64c68d45d11f63684ac6d7ac7fb7e86f6acd3 (diff) | |
| parent | 6c1a1c60123d150a41fef3062df9a64b995305c5 (diff) | |
| download | pyramid-50a8a077f403b89ff43ad745f101213c2cfeea8f.tar.gz pyramid-50a8a077f403b89ff43ad745f101213c2cfeea8f.tar.bz2 pyramid-50a8a077f403b89ff43ad745f101213c2cfeea8f.zip | |
Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8
Conflicts:
pyramid/config/views.py
pyramid/scaffolds/tests.py
tox.ini
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt index 16c17699c..e104869ec 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -195,7 +195,7 @@ Test Coverage ------------- - The codebase *must* have 100% test statement coverage after each commit. - You can test coverage via ``tox -e coverage``, or alternately by installing + You can test coverage via ``tox -e cover``, or alternately by installing ``nose`` and ``coverage`` into your virtualenv (easiest via ``setup.py dev``) , and running ``setup.py nosetests --with-coverage``. |
