summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-04-15 09:51:18 -0400
committerChris McDonough <chrism@plope.com>2015-04-15 09:51:18 -0400
commit59a64567f7d123c10ed7674de0643e4b88c5b138 (patch)
treeb10a40c63c8903a300751c2e2bcf8b64ffaaf068 /RELEASING.txt
parent9295929fc84008cdadd1c1625bedfe8384fbd044 (diff)
parent4d83ea47111a6661f0f7af7c2de8b85773df75d0 (diff)
downloadpyramid-59a64567f7d123c10ed7674de0643e4b88c5b138.tar.gz
pyramid-59a64567f7d123c10ed7674de0643e4b88c5b138.tar.bz2
pyramid-59a64567f7d123c10ed7674de0643e4b88c5b138.zip
Merge branch '1.6-branch'
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.