diff --git a/.travis.yml b/.travis.yml index fb30a8a9..34225296 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ matrix: - name: "Python 3.7.1 on Xenial Linux" python: 3.7 dist: xenial - - name: "Python 3.7.2 on macOS" + - name: "Python 3.7 on macOS" os: osx python: 3.7 osx_image: xcode10.2 @@ -19,11 +19,6 @@ matrix: - name: "Python 3.6 on Xenial Linux" python: 3.6 dist: xenial - - name: "Python 3.6 on macOS" - os: osx - python: 3.6 - osx_image: xcode10.2 - language: shell - name: "Python 3.6 on Windows" os: windows python: 3.6