[Checkins] [zopefoundation/zope.copypastemove] 8b94b6: Add Python 3.6 and drop Python 3.3

GitHub noreply at github.com
Mon Jul 31 18:27:07 CEST 2017


  Branch: refs/heads/py36
  Home:   https://github.com/zopefoundation/zope.copypastemove
  Commit: 8b94b630d2e1be3170fd7daa85c7338f9739fbbb
      https://github.com/zopefoundation/zope.copypastemove/commit/8b94b630d2e1be3170fd7daa85c7338f9739fbbb
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-31 (Mon, 31 Jul 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/copypastemove/__init__.py
    M src/zope/copypastemove/tests/test_clipboard.py
    M src/zope/copypastemove/tests/test_configure.py
    M src/zope/copypastemove/tests/test_rename.py
    M tox.ini

  Log Message:
  -----------
  Add Python 3.6 and drop Python 3.3

- Badges
- Enable coverage and coveralls
  - 100% coverage
- DRY with dependencies.
- Test compatibility with new zope.container that fixes
  OrderedContainer to store unicode keys.
  - Convert failing doctest into real test.




More information about the checkins mailing list