[Checkins] [zopefoundation/zope.security] 43139f: Switch to modern 'coverage' environment and run do...

GitHub noreply at github.com
Thu Sep 7 17:31:25 CEST 2017


  Branch: refs/heads/coveralls_and_doctests
  Home:   https://github.com/zopefoundation/zope.security
  Commit: 43139ff17a375755527d986481b354b80d351754
      https://github.com/zopefoundation/zope.security/commit/43139ff17a375755527d986481b354b80d351754
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M README.rst
    M appveyor.yml
    M docs/api/checker.rst
    M docs/api/permission.rst
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Switch to modern 'coverage' environment and run doctests on all versions

Based on #29.

Drop Python 3.3.

Enable coveralls on Travis CI, and also fix using interpreters that
aren't there in the new default 'trusty' image.

Coverage is not at 100% and in fact appears to have dropped (I show
92% in one run, vs the previous reported 97%), but that's because
`coverage` and coveralls report files that aren't even imported (we
have a lot of those in the 'tests' package)...nosetests didn't.


  Commit: 4875f905c98382be51e03cfbf36caa89499a7b20
      https://github.com/zopefoundation/zope.security/commit/4875f905c98382be51e03cfbf36caa89499a7b20
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M docs/api/decorator.rst

  Log Message:
  -----------
  api/decorator.rst compatibility with PyPy2

It wants to print `<__builtin__.Foo ...>` instead of just `<Foo ...>`.


Compare: https://github.com/zopefoundation/zope.security/compare/54cee74f5c52...4875f905c983


More information about the checkins mailing list