travis OS X: use xcode 8.3 (not broken)

builds on xcode6.4 are broken since quite a while.
other xcode versions < 8.3 are also broken in the same way.
This commit is contained in:
Thomas Waldmann 2018-05-07 17:51:39 +02:00
parent 83c8734d70
commit c7503f6518
1 changed files with 2 additions and 2 deletions

View File

@ -26,11 +26,11 @@ matrix:
env: TOXENV=py36
- language: generic
os: osx
osx_image: xcode6.4
osx_image: xcode8.3
env: TOXENV=py35
- language: generic
os: osx
osx_image: xcode6.4
osx_image: xcode8.3
env: TOXENV=py36
before_install: