summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-10-26 14:02:04 -0400
committerChris McDonough <chrism@plope.com>2012-10-26 14:02:04 -0400
commitbb28bb014d8128600ca0dbb64b8ff28131fcbbbe (patch)
tree7d1b5b1b367b6fc4b5d16cb88e3f8976acf6ece5 /RELEASING.txt
parent2aed2c783a99efaa48b145d174347c9512e40c5a (diff)
parent4a6cca62ddf33580b1de210ef5ca54bfb2769243 (diff)
downloadpyramid-bb28bb014d8128600ca0dbb64b8ff28131fcbbbe.tar.gz
pyramid-bb28bb014d8128600ca0dbb64b8ff28131fcbbbe.tar.bz2
pyramid-bb28bb014d8128600ca0dbb64b8ff28131fcbbbe.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index c97c8ef60..379965c53 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -13,10 +13,10 @@ Releasing Pyramid
Make sure statement coverage is at 100%::
-- Run Windows tests for Python 2.6, 2.7, and 3.2 if feasible.
+- Run Windows tests for Python 2.6, 2.7, 3.2, and 3.3 if feasible.
-- Make sure all scaffold tests pass (Py 2.6, 2.7, 3.2 and pypy on UNIX; this
- doesn't work on Windows):
+- Make sure all scaffold tests pass (Py 2.6, 2.7, 3.2, 3.3 and pypy on UNIX;
+ this doesn't work on Windows):
$ python pyramid/scaffolds/tests.py