diff options
Diffstat (limited to 'RELEASING.txt')
| -rw-r--r-- | RELEASING.txt | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index c22c40000..88c3ad73d 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -11,17 +11,14 @@ Releasing Pyramid $ tox -r - Make sure statement coverage is at 100%:: + Make sure statement coverage is at 100% (the test run will fail if not). - Run Windows tests for Python 2.6, 2.7, 3.2, and 3.3 if feasible. -- Make sure all scaffold tests pass (Py 2.6, 2.7, 3.2, 3.3 and pypy on UNIX; - this doesn't work on Windows): +- Make sure all scaffold tests pass (Py 2.6, 2.7, 3.2, 3.3, 3.4, pypy, and + pypy3 on UNIX; this doesn't work on Windows): - $ tox py3-scaffolds - $ tox py2-scaffolds - $ tox pypy-scaffolds - $ tox pypy3-scaffolds + $ ./scaffoldtests.sh - Ensure all features of the release are documented (audit CHANGES.txt or communicate with contributors). @@ -34,8 +31,7 @@ Releasing Pyramid - Make sure docs render OK:: - $ cd docs - $ make clean html + $ tox -e {py2,py3}-docs There should be no meaningful errors or warnings. |
