diff options
| author | Michael Merickel <michael@merickel.org> | 2015-03-05 10:28:23 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-03-05 10:28:23 -0600 |
| commit | 6c1a1c60123d150a41fef3062df9a64b995305c5 (patch) | |
| tree | 3be6e2cae14d7fd3b9951111a9c98c6bb7bfb4de /CHANGES.txt | |
| parent | 17997b33190056919395bda336f531a3b8bce057 (diff) | |
| parent | d476e6932f67adee5116620b546590ba0c2083de (diff) | |
| download | pyramid-6c1a1c60123d150a41fef3062df9a64b995305c5.tar.gz pyramid-6c1a1c60123d150a41fef3062df9a64b995305c5.tar.bz2 pyramid-6c1a1c60123d150a41fef3062df9a64b995305c5.zip | |
Merge pull request #1471 from Pylons/feature.py3-coverage
update tox/travis to check code coverage on py3
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b7a8f4764..19d77eb68 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -26,6 +26,9 @@ Features - Added support / testing for 'pypy3' under Tox and Travis. See https://github.com/Pylons/pyramid/pull/1469 +- Automate code coverage metrics across py2 and py3 instead of just py2. + See https://github.com/Pylons/pyramid/pull/1471 + - Cache busting for static resources has been added and is available via a new argument to ``pyramid.config.Configurator.add_static_view``: ``cachebust``. Core APIs are shipped for both cache busting via query strings and |
