summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorMichael Merickel <github@m.merickel.org>2018-11-18 12:56:45 -0600
committerGitHub <noreply@github.com>2018-11-18 12:56:45 -0600
commit880fcbdf366e231a746dc3ab694b1b88771d23c2 (patch)
treeb0349a9bfb006c26d454b96aaf7114f1714ba776 /RELEASING.txt
parentd4ce9d3f915b18425b4ce5224a51a89342270371 (diff)
parent847d1835a5b76da4925ee3248e69148cc4235df9 (diff)
downloadpyramid-880fcbdf366e231a746dc3ab694b1b88771d23c2.tar.gz
pyramid-880fcbdf366e231a746dc3ab694b1b88771d23c2.tar.bz2
pyramid-880fcbdf366e231a746dc3ab694b1b88771d23c2.zip
Merge pull request #5 from stevepiercy/drop-py2
Drop py2
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 94726f9f3..73e79d057 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -33,11 +33,6 @@ Prepare new release branch
- Run tests on Windows if feasible.
-- Make sure all scaffold tests pass (CPython 2.7, 3.4, 3.5, 3.6, and 3.7, and
- PyPy on UNIX; this doesn't work on Windows):
-
- $ tox -e{py27,py34,py35,py36,py37,pypy}-scaffolds
-
- For each ``pyramid-cookiecutter-*``, make a new branch off "master" with the
same name to align with the new Pyramid release branch name.