Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

try xenial and python 3.8 #55

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ language: python
# Default Python version is usually 2.7
python: 3.5
sudo: required
dist: trusty
dist: xenial
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will have absolutely no effect and probably should just be removed so travis uses its default. The containers used in the build and test phases are different from this one. The actual image used is controlled by the build_wheel and install_run function calls in this file, which set the docker image to use from multibuild/travis_linux_steps.sh

services: docker
# Force xcode 6.4 image to work round
# https://github.com/python-pillow/pillow-wheels/issues/45
Expand Down Expand Up @@ -52,6 +52,13 @@ matrix:
env:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- os: linux
env:
- MB_PYTHON_VERSION=3.8-dev
- os: linux
env:
- MB_PYTHON_VERSION=3.8-dev
- PLAT=i686
- os: osx
language: generic
env:
Expand Down