Michael Merickel
2018-10-15 eadaee315eb142d1537d617da58343e3d7f1df0a
get rid of sh scripts
3 files deleted
3 files modified
25 ■■■■ changed files
HACKING.txt 14 ●●●● patch | view | raw | blame | history
MANIFEST.in 1 ●●●● patch | view | raw | blame | history
RELEASING.txt 2 ●●● patch | view | raw | blame | history
builddocs.sh 3 ●●●●● patch | view | raw | blame | history
coverage.sh 3 ●●●●● patch | view | raw | blame | history
scaffoldtests.sh 2 ●●●●● patch | view | raw | blame | history
HACKING.txt
@@ -209,19 +209,14 @@
  dependencies, start a server, and hit a URL on the server, can be run like
  so:
    $ ./scaffoldtests.sh
  Alternatively:
    $ tox -e{py27,py34,py35,pyt36,py37,pypy}-scaffolds
    $ tox -e{py27,py34,py35,py36,py37,pypy}-scaffolds
Test Coverage
-------------
- The codebase *must* have 100% test statement coverage after each commit.  You
  can test coverage via `./coverage.sh` (which itself just executes `tox
  -epy2-cover,py3-cover,coverage`).
  can test coverage via `tox -epy2-cover,py3-cover,coverage`.
Documentation Coverage and Building HTML Documentation
@@ -232,10 +227,9 @@
changed to reflect the bug fix, ideally in the same commit that fixes the bug
or adds the feature.  To build and review docs, use the following steps.
1. In the main Pyramid checkout directory, run `./builddocs.sh` (which just
   turns around and runs `tox -e docs`):
1. In the main Pyramid checkout directory, run `tox -e docs`:
     $ ./builddocs.sh
     $ tox -e docs
2. Open the `docs/_build/html/index.html` file to see the resulting HTML
   rendering.
MANIFEST.in
@@ -11,7 +11,6 @@
graft .github
include HACKING.txt hacking-tox.ini
include builddocs.sh coverage.sh scaffoldtests.sh
include TODO.txt
global-exclude __pycache__ *.py[cod]
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.
builddocs.sh
File was deleted
coverage.sh
File was deleted
scaffoldtests.sh
File was deleted