Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Fix Travis CI config #142

Merged
merged 5 commits into from
Mar 19, 2020
Merged

Fix Travis CI config #142

merged 5 commits into from
Mar 19, 2020

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Mar 18, 2020

Something changed at Travis CI which meant the matrix expanded to an empty list due to the combination of:

# Default Python version is usually 2.7
python: 3.5

And:

jobs:
  exclude:
      # Exclude the default Python 3.5 build
      - python: 3.5

See: #141 (comment)

Removing the exclusion fixes it.

Last run This one
image image

@hugovk hugovk mentioned this pull request Mar 18, 2020
@radarhere
Copy link
Member

radarhere commented Mar 19, 2020

So, #133 is happening again

The workaround for that issue was to switch to Xcode 9.3. For some reason, Travis is here running 9.4 which is not what we're specifying.

Move osx_image into the individual jobs
@radarhere radarhere merged commit 86dbcc6 into python-pillow:master Mar 19, 2020
@hugovk hugovk deleted the fix-config branch March 19, 2020 20:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants