Steve Piercy
2016-09-01 8cf8bcc2aa30da8a4c8a8e3181176aa45a58792b
clean up HACKING and RELEASING for 1.8
2 files modified
10 ■■■■ changed files
HACKING.txt 6 ●●●● patch | view | raw | blame | history
RELEASING.txt 4 ●●●● patch | view | raw | blame | history
HACKING.txt
@@ -124,8 +124,8 @@
- The feature must be documented in both the API and narrative
  documentation (in ``docs/``).
- The feature must work fully on the following CPython versions: 2.7, 3.2,
  3.4, and 3.5 on both UNIX and Windows.
- The feature must work fully on the following CPython versions: 2.7, 3.4,
  and 3.5 on both UNIX and Windows.
- The feature must work on the latest version of PyPy.
@@ -199,7 +199,7 @@
  Alternately::
   $ tox -e{py26,py27,py32,py33,py34,py35,pypy,pypy3}-scaffolds,
   $ tox -e{py27,py34,py35,pypy}-scaffolds,
Test Coverage
-------------
RELEASING.txt
@@ -33,8 +33,8 @@
- Run tests on Windows if feasible.
- Make sure all scaffold tests pass (Py 2.7, 3.3, 3.4, 3.5, and pypy on UNIX;
  this doesn't work on Windows):
- Make sure all scaffold tests pass (CPython 2.7, 3.4, and 3.5, and PyPy on
  UNIX; this doesn't work on Windows):
  $ ./scaffoldtests.sh