From eadaee315eb142d1537d617da58343e3d7f1df0a Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Mon, 15 Oct 2018 06:46:11 +0200
Subject: [PATCH] get rid of sh scripts

---
 RELEASING.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/RELEASING.txt b/RELEASING.txt
index b6603c5..99d077d 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -36,7 +36,7 @@
 - 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.

--
Gitblit v1.9.3