diff --git a/.travis.yml b/.travis.yml index 03418fd26..727f95ff7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,14 +86,12 @@ jobs: - <<: *build name: "Mac" os: osx - osx_image: xcode8 + osx_image: xcode8.3 language: generic env: OS=mac cache: false before_install: - - brew update - brew upgrade python - - brew postinstall python install: - python3 --version - pip3 --version