From eadaee315eb142d1537d617da58343e3d7f1df0a Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 14 Oct 2018 21:52:48 -0500 Subject: get rid of sh scripts --- RELEASING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASING.txt') 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. -- cgit v1.2.3