summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASING.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 7d74050a8..115edec5f 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -5,9 +5,9 @@ Releasing Pyramid
$ python setup.py nosetests --with-coverage
-- Make sure paster templates pass:
+- Make sure all scaffold tests pass:
- $ python template_tests.py
+ $ python pyramid/scaffolds/tests.py
- Ensure all features of the release are documented (audit CHANGES.txt or
communicate with contributors).