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

GitHub noreply at github.com
Mon Apr 24 16:46:53 CEST 2017


  Branch: refs/heads/python36
  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.




More information about the checkins mailing list