From 642e51edeada72607707d53896253887fd0401f0 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 5 Oct 2019 22:10:38 +0200 Subject: [PATCH] travis: try building with a newer macos image setuptools fails somehow, maybe this helps --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebe9726..4c0c82a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,11 +41,11 @@ matrix: python: "pypy3.5-6.0" env: CFLAGS="-Werror -coverage" - os: osx - osx_image: xcode9.4 + osx_image: xcode10.3 language: generic env: PYVER="3" CFLAGS="-Werror -coverage" - os: osx - osx_image: xcode9.4 + osx_image: xcode10.3 language: generic env: PYVER="2" CFLAGS="-Werror -coverage"