[Checkins] [zopefoundation/zope.testrunner] 19c205: Force Python 3.5 to work on Travis CI

GitHub noreply at github.com
Wed Dec 28 08:18:42 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testrunner
  Commit: 19c20574dbcbcf3ae34a41f945c0da8f093a61a3
      https://github.com/zopefoundation/zope.testrunner/commit/19c20574dbcbcf3ae34a41f945c0da8f093a61a3
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Force Python 3.5 to work on Travis CI


  Commit: 8f21405546ba24f1335a68776adc21b15acda680
      https://github.com/zopefoundation/zope.testrunner/commit/8f21405546ba24f1335a68776adc21b15acda680
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Ask for a newer PyPy3 on Travis

Because modern pip requires Python 3.3+ and checks sys.version explicitly.


  Commit: aa2b346aaec4bc87edc6c0df7b321c717e7c2f74
      https://github.com/zopefoundation/zope.testrunner/commit/aa2b346aaec4bc87edc6c0df7b321c717e7c2f74
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Try a newer pypy3

I'm hoping I guessed the version number right; it matches the one I see in
https://github.com/yyuu/pyenv/tree/master/plugins/python-build/share/python-build


  Commit: 0fc6964be63511783e2f5cc6e28302b2ee15fb33
      https://github.com/zopefoundation/zope.testrunner/commit/0fc6964be63511783e2f5cc6e28302b2ee15fb33
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Revert "Try a newer pypy3"

Travis doesn't have it :(

This reverts commit aa2b346aaec4bc87edc6c0df7b321c717e7c2f74.


  Commit: 895f08aa568402ba9361030528e68c8029bc4227
      https://github.com/zopefoundation/zope.testrunner/commit/895f08aa568402ba9361030528e68c8029bc4227
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  More straw grasping


  Commit: 9ea122fd4062f7754a24c5959ab7e00b4fa8ca56
      https://github.com/zopefoundation/zope.testrunner/commit/9ea122fd4062f7754a24c5959ab7e00b4fa8ca56
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Let's try something entirely different

I see that tox-travis has a workaround[*] for the Travis CI
pypy3.3-5.2-alpah1 alpha SNAFU (where 'pypy3' on $PATH is pypy3-2.4.0,
but 'python' on $PATH is pypy3.3-5.2-alpha1).

[*] https://github.com/ryanhiebert/tox-travis/blob/087c7e528f0e2f5606f729b9014d455c7d6cff97/src/tox_travis/toxenv.py#L42-L49


  Commit: fb453989d562823abe719b320aeea1307439c199
      https://github.com/zopefoundation/zope.testrunner/commit/fb453989d562823abe719b320aeea1307439c199
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  We're not ready for Python 3.6 yet

See issue #45.


  Commit: 64f1e201ad54cbf363973dbaf3335c6846affc76
      https://github.com/zopefoundation/zope.testrunner/commit/64f1e201ad54cbf363973dbaf3335c6846affc76
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
    M .travis.yml
    M setup.py

  Log Message:
  -----------
  Merge pull request #48 from zopefoundation/travis

Fix Travis CI builds


Compare: https://github.com/zopefoundation/zope.testrunner/compare/54f6744953fc...64f1e201ad54


More information about the checkins mailing list