zopefoundation / zope.exceptions

exceptions and implementations which are general purpose
https://zopeexceptions.readthedocs.io/
Other
0 stars 6 forks source link

Added support for python 3.7 #12

Closed vernans closed 6 years ago

jamadden commented 6 years ago

Hmm, I also see no 3.7 builds on Travis for either the PR or Push.

vernans commented 6 years ago

Hmm, I also see no 3.7 builds on Travis for either the PR or Push.

We found the error, I mixed up matrix and include.

jamadden commented 6 years ago

We found the error, I mixed up matrix and include.

Oh, sure enough! I even compared this to zope.schema and didn't even notice the inversion.

matrix:
    include:
        - python: "3.7"
          dist: xenial
          sudo: true