Uh oh!
There was an error while loading. Please reload this page.
Travis CI: Add the long dead Python 2.6 - #1913
Conversation
8ed79ba to
56a7db2Comparervagg
commented
Oct 4, 2019
remade the branch and cherry-picked the HEAD commit onto it so it's properly on v5.x now, will watch Travis to see what it says, regardless I don't think this is (a) needed or (b) requires us to document it, it's just not something we can change on v5.x because it's been baked in already. |
56a7db2 to
f5e6151Comparecclauss
commented
Oct 4, 2019
I rebased on v5.x at same time you did so who knows what we got. Let’s see what Travis says. If it fails then I believe our release notes should reflect that. |
cclauss
commented
Oct 4, 2019
Flake8 no longer supports Python 2.6 but even when flake8 is fully disabled, the Py26 run fails. |
b0886b7 to
5951addComparervagg
commented
Oct 4, 2019
it failed because it's running Node 0.10 on that image, I switched to 10 ( |
cclauss
commented
Oct 4, 2019
Try upgrading to trusty |
rvagg
commented
Oct 4, 2019
green with trusty 👍 will merge this into v5.x |
PR-URL: #1913 Reviewed-By: Rod Vagg <rod@vagg.org>
2979a1c to
d1cf121Comparervagg
commented
Oct 4, 2019
No, I won't add this, because it disables flake8 for everything, we'll need to differentiate before it can land. I've cleaned it up into a single commit on top of the current v5.x and force pushed it up. |
Checklist
npm install && npm testpassesDescription of change
As discussed in #1912, we need to test software that we claim to support.