summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-14 21:52:48 -0500
committerMichael Merickel <michael@merickel.org>2018-10-14 23:46:11 -0500
commiteadaee315eb142d1537d617da58343e3d7f1df0a (patch)
tree1b5d7762dea37fda2a5a22298f04d16ca36bb00e /RELEASING.txt
parent3670c2cdb732d378ba6d38e72e7cd875ff726aa9 (diff)
downloadpyramid-eadaee315eb142d1537d617da58343e3d7f1df0a.tar.gz
pyramid-eadaee315eb142d1537d617da58343e3d7f1df0a.tar.bz2
pyramid-eadaee315eb142d1537d617da58343e3d7f1df0a.zip
get rid of sh scripts
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index b6603c597..99d077d8b 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -36,7 +36,7 @@ Prepare new release branch
- 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):
- $ ./scaffoldtests.sh
+ $ 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.