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 /RELEASING.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 'RELEASING.txt')
| -rw-r--r-- | RELEASING.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index 326dea993..4690fbd37 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -33,8 +33,8 @@ Prepare new release branch - 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 |
