[Checkins] [zopefoundation/zope.exceptions] 04cbcc: Add support for Python 3.6

GitHub noreply at github.com
Mon Apr 24 17:21:57 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.exceptions
  Commit: 04cbcc42ceb730ea46cfed79d24dc17ddc688a39
      https://github.com/zopefoundation/zope.exceptions/commit/04cbcc42ceb730ea46cfed79d24dc17ddc688a39
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    A .coveragerc
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M setup.cfg
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Add support for Python 3.6

Switch to using zope-testrunner instead of setup.py test because of
the namespace package issues.

Enable pip caching on travis.

Stop testing pypy3 on travis since it implements Python 3.2 and is not
supported by pip anymore. There is a 3.3-alpha available on travis,
but that's a dead end and not developed anymore since 3.5-beta is
out (but not available on Travis AFAIK).

Fixes #6.


  Commit: e5169b9d670f90f987dc3fa9111f9f069dfa5ece
      https://github.com/zopefoundation/zope.exceptions/commit/e5169b9d670f90f987dc3fa9111f9f069dfa5ece
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M .gitignore
    M src/zope/__init__.py
    M src/zope/exceptions/__init__.py
    M src/zope/exceptions/exceptionformatter.py
    M src/zope/exceptions/log.py
    M src/zope/exceptions/tests/__init__.py
    M src/zope/exceptions/tests/test_exceptionformatter.py

  Log Message:
  -----------
  100% coverage through standardizing the no cover pragma directives and adding two.


  Commit: 7ce34565579b03c332e7de8b87a9b81f1757d3d1
      https://github.com/zopefoundation/zope.exceptions/commit/7ce34565579b03c332e7de8b87a9b81f1757d3d1
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/exceptions/__init__.py
    M src/zope/exceptions/exceptionformatter.py
    M src/zope/exceptions/log.py
    M src/zope/exceptions/tests/__init__.py
    M src/zope/exceptions/tests/test_exceptionformatter.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #7 from zopefoundation/python36

Add support for Python 3.6


Compare: https://github.com/zopefoundation/zope.exceptions/compare/0f265ce39acc...7ce34565579b


More information about the checkins mailing list