summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-04-13 11:46:50 -0400
committerChris McDonough <chrism@plope.com>2015-04-13 11:46:50 -0400
commitaa1c9b70369b011856c3b84e288975c1d121d439 (patch)
treef14563ded826dd5a7414dde63cd3626d891595af /RELEASING.txt
parent46805450633291682f97e87055313fc3be477326 (diff)
downloadpyramid-aa1c9b70369b011856c3b84e288975c1d121d439.tar.gz
pyramid-aa1c9b70369b011856c3b84e288975c1d121d439.tar.bz2
pyramid-aa1c9b70369b011856c3b84e288975c1d121d439.zip
change releasing and hacking docs to reflect new order of using tox to test docs and scaffolds
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt14
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.