collective / i18ndude

i18ndude performs various tasks related to ZPT's, Python Scripts and i18n.
https://pypi.org/project/i18ndude
4 stars 9 forks source link

Test on Python 3.7. No longer on 3.4 and 3.5. #67

Closed mauritsvanrees closed 5 years ago

mauritsvanrees commented 5 years ago

Current test matrix after this: 2.7, 3.6, 3.7, pypy, pypy3. See https://github.com/collective/i18ndude/issues/66, where I can't get Python 3.7 running locally. So I wonder if it works on Travis, because on 3.5 it mostly works locally.

mauritsvanrees commented 5 years ago

Travis does not support Python 3.7?

mauritsvanrees commented 5 years ago

Okay, you need to specify Python 3.7 a bit differently, in a matrix section. Taken over from check-manifest. And it fails on 3.7 in the same way as locally. I guess that is good. :-)

mauritsvanrees commented 5 years ago

Replaced by PR #69.