summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
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.