summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-04-13 10:43:21 -0400
committerChris McDonough <chrism@plope.com>2015-04-13 10:43:21 -0400
commit109b2a0b29e0d63a521a91021c736851248ac7d3 (patch)
treeab01091e7856aff0eb274d06cab37cf2e3c0ff62 /RELEASING.txt
parentd7734b0ca17e08fa12f8f8b9d6e44c9ef3aba99e (diff)
downloadpyramid-109b2a0b29e0d63a521a91021c736851248ac7d3.tar.gz
pyramid-109b2a0b29e0d63a521a91021c736851248ac7d3.tar.bz2
pyramid-109b2a0b29e0d63a521a91021c736851248ac7d3.zip
make it possible to run scaffold functests using tox
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 0adef552c..c22c40000 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -18,7 +18,10 @@ Releasing Pyramid
- 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
+ $ tox py3-scaffolds
+ $ tox py2-scaffolds
+ $ tox pypy-scaffolds
+ $ tox pypy3-scaffolds
- Ensure all features of the release are documented (audit CHANGES.txt or
communicate with contributors).