1. 21 Mar, 2020 1 commit
    • Jason Madden's avatar
      Fix __all__ · 2908ae74
      Jason Madden authored
      Add unit tests for it and run the documentation tests that originaly caught the problem in CI.
      
      Fixes #132
      2908ae74
  2. 18 Mar, 2020 3 commits
  3. 17 Mar, 2020 3 commits
  4. 16 Mar, 2020 2 commits
  5. 05 Mar, 2020 8 commits
  6. 13 Jan, 2020 1 commit
  7. 12 Jan, 2020 1 commit
  8. 21 Nov, 2019 1 commit
  9. 13 Nov, 2019 1 commit
  10. 12 Nov, 2019 1 commit
  11. 09 Nov, 2019 1 commit
  12. 08 Nov, 2019 1 commit
  13. 07 Nov, 2019 5 commits
    • Marius Gedminas's avatar
      Back to development: 4.6.2 · 697fb89f
      Marius Gedminas authored
      697fb89f
    • Marius Gedminas's avatar
      Preparing release 4.6.1 · b2a6308b
      Marius Gedminas authored
      b2a6308b
    • Marius Gedminas's avatar
      Merge pull request #115 from zopefoundation/restructure-travis · 28a0b56d
      Marius Gedminas authored
      Restructure Travis to always build manylinux wheels
      28a0b56d
    • Marius Gedminas's avatar
      Always build manylinux wheels · eaa1b50c
      Marius Gedminas authored
      This PR makes it so we _always_ build manylinux wheels, but only upload
      them for git tags.
      
      The diff is messy, for which I apologize.  I had to reformat the YAML to
      understand it.  Highlights:
      
      - Moved regular Linux Python builds outside build matrix, for
        conciseness (unfortunately this means 3.6 builds are now done twice:
        once without WITH_COVERAGE and once with)
      
      - Move twine upload from .manylinux.sh into .travis.yml's after_success,
        next to the twine upload used for Mac OS builds
      
      - This means Travis can no longer do an 'exit 0' in before_install, so I
        had to override the install and script sections too
      
      - Move 'docker pull' into the install section so it's not so very empty
      
      - Unify the two calls to twine upload to provide the twine password via
        environment variables instead of command-line or configuration files
      
      - Put related commands inside a single multiline if statement instead of
        repeating the conditions
      eaa1b50c
    • Marius Gedminas's avatar
      Merge pull request #114 from zopefoundation/py38 · aa10755d
      Marius Gedminas authored
      Add support for Python 3.8
      aa10755d
  14. 06 Nov, 2019 2 commits
  15. 25 Oct, 2019 8 commits
  16. 30 Jul, 2019 1 commit