summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 88c3ad73d..d891aa620 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -13,7 +13,7 @@ Releasing Pyramid
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.
+- Run tests on Windows if feasible.
- 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):
@@ -29,12 +29,6 @@ Releasing Pyramid
- update README.rst to use correct versions of badges and URLs according to
each branch and context, i.e., RTD "latest" == GitHub/Travis "1.x-branch".
-- Make sure docs render OK::
-
- $ tox -e {py2,py3}-docs
-
- There should be no meaningful errors or warnings.
-
- Change setup.py version to the new version number.
- Change CHANGES.txt heading to reflect the new version number.