[Checkins] [zopefoundation/zope.interface] f337f4: Added Travis, appveyor, tox, manylinux for 3.6 bra...

GitHub noreply at github.com
Thu May 4 09:29:22 CEST 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/zopefoundation/zope.interface
  Commit: f337f4233bc216df01282c82508bd692782db43b
      https://github.com/zopefoundation/zope.interface/commit/f337f4233bc216df01282c82508bd692782db43b
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
    A .coveragerc
    A .gitignore
    A .manylinux-install.sh
    A .manylinux.sh
    A .travis.yml
    A MANIFEST.in
    A appveyor.yml
    M setup.py
    M src/zope/interface/tests/test_odd_declarations.py
    A tox.ini

  Log Message:
  -----------
  Added Travis, appveyor, tox, manylinux for 3.6 branch.

Copied from master branch, but removed the Python 3 stuff,
which is unsupported on the 3.6 branch. Well, 3.1 seems supported,
but that is very old, and on 3.3 I got errors locally.

Also removed 'docs' from the tox envs, as that proved tricky to get to work,
and has changed much.

Removed 'TODO_test_classProvides_fails_for_odd_class' test method,
which would always fail but be ignored due to its name,
except that the coverage tests would *not* ignore it, leading to a failure.


  Commit: bf2ea07c076b97b6632982453dd7dce8b538a3ba
      https://github.com/zopefoundation/zope.interface/commit/bf2ea07c076b97b6632982453dd7dce8b538a3ba
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    A .coveragerc
    A .gitignore
    A .manylinux-install.sh
    A .manylinux.sh
    A .travis.yml
    A MANIFEST.in
    A appveyor.yml
    M setup.py
    M src/zope/interface/tests/test_odd_declarations.py
    A tox.ini

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

Added Travis, appveyor, and tox for 3.6 branch.


Compare: https://github.com/zopefoundation/zope.interface/compare/e3819d3e2f96...bf2ea07c076b


More information about the checkins mailing list