| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| - python: '3.5' | ||
| dist: trusty | ||
| - python: '3.4' | ||
| dist: trusty |
There was a problem hiding this comment.
You've missed 3.4 on Xenial.
Sorry, something went wrong.
There was a problem hiding this comment.
Nevermind, I see now.
Sorry, something went wrong.
There was a problem hiding this comment.
PyPy2/3 and 3.4 only support Trusty on Travis.
Here's how they look: https://travis-ci.org/hugovk/Pillow/builds/397828420
Sorry, something went wrong.
|
Any comments on this? If not, I'll merge it next week. It adds 4 new jobs to the build, increasing build time from ~16m to ~22m. Trusty 14.04 goes EOL in 2019-04 and Python 3.4 goes EOL on 2019-03-16, so we can remove 4-6 jobs relatively soon, and should start testing on Xenial 16.04. (Hopefully by then PyPy/3 will be available on something newer, otherwise we could keep those on Trusty a bit longer.) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The main thing here is adding Python 3.7 (and removing 3.7-dev), which requires Xenial.
Whilst we're at it, we can test most Python versions on both Trusty and Xenial.
If we don't want all, we should probably do at least a few on both.
Changes proposed in this pull request: