[Checkins] [zopefoundation/zope.app.wsgi] 12366e: Add support for PyPy

GitHub noreply at github.com
Wed Dec 21 13:48:05 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.wsgi
  Commit: 12366e3bb967a4576b152e6f35ee02b29d469ffc
      https://github.com/zopefoundation/zope.app.wsgi/commit/12366e3bb967a4576b152e6f35ee02b29d469ffc
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/app/wsgi/README.txt
    M src/zope/app/wsgi/paste.txt
    M src/zope/app/wsgi/tests.py
    M tox.ini

  Log Message:
  -----------
  Add support for PyPy

Fixes #5

Also directly use zope-testrunner instead of redirecting through tox.ini
on travis. This lets us use travis caching for much faster test runs.


  Commit: ab3748aff36878df461fb5efebe958b45930abbb
      https://github.com/zopefoundation/zope.app.wsgi/commit/ab3748aff36878df461fb5efebe958b45930abbb
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  enable coverage reporting


  Commit: c6f0108267829a572e4976c8120170cee96210b3
      https://github.com/zopefoundation/zope.app.wsgi/commit/c6f0108267829a572e4976c8120170cee96210b3
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
    M src/zope/app/wsgi/README.txt
    M src/zope/app/wsgi/paste.txt
    M src/zope/app/wsgi/tests.py

  Log Message:
  -----------
  Break writing into two lines per request.


  Commit: 1496beaceb4cad6e3a97e98db397ef607bdb73db
      https://github.com/zopefoundation/zope.app.wsgi/commit/1496beaceb4cad6e3a97e98db397ef607bdb73db
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2016-12-21 (Wed, 21 Dec 2016)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/app/wsgi/README.txt
    M src/zope/app/wsgi/paste.txt
    M src/zope/app/wsgi/tests.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #6 from zopefoundation/pypy

Add support for PyPy


Compare: https://github.com/zopefoundation/zope.app.wsgi/compare/d1537c008b48...1496beaceb4c


More information about the checkins mailing list