[Checkins] [zopefoundation/zope.exceptions] 582fe9: Add support for Python 3.6

GitHub noreply at github.com
Mon Apr 24 16:42:23 CEST 2017


  Branch: refs/heads/python36
  Home:   https://github.com/zopefoundation/zope.exceptions
  Commit: 582fe95dddc426b7fc1bdf9881911fc98734e036
      https://github.com/zopefoundation/zope.exceptions/commit/582fe95dddc426b7fc1bdf9881911fc98734e036
  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