diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-09-01 00:58:11 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-09-01 00:58:11 -0700 |
| commit | 8cf8bcc2aa30da8a4c8a8e3181176aa45a58792b (patch) | |
| tree | ea2b8513c78b28db16f4c684102d48e60dd10f2d /HACKING.txt | |
| parent | a5c8100d780155643063742c716ac8d2f54e2e45 (diff) | |
| download | pyramid-8cf8bcc2aa30da8a4c8a8e3181176aa45a58792b.tar.gz pyramid-8cf8bcc2aa30da8a4c8a8e3181176aa45a58792b.tar.bz2 pyramid-8cf8bcc2aa30da8a4c8a8e3181176aa45a58792b.zip | |
clean up HACKING and RELEASING for 1.8
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING.txt b/HACKING.txt index 86ba5d0ca..4b237b56c 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -124,8 +124,8 @@ In order to add a feature to Pyramid: - 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 @@ Running Tests Alternately:: - $ tox -e{py26,py27,py32,py33,py34,py35,pypy,pypy3}-scaffolds, + $ tox -e{py27,py34,py35,pypy}-scaffolds, Test Coverage ------------- |
