summaryrefslogtreecommitdiff
path: root/CHANGES.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 /CHANGES.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 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 850098de1..471683d25 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -230,6 +230,9 @@ Scaffolds
- Removed non-ascii copyright symbol from templates, as this was
causing the scaffolds to fail for project generation.
+- You can now run the scaffolding func tests via ``tox py2-scaffolds`` and
+ ``tox py3-scaffolds``.
+
1.5 (2014-04-08)
================