Skip to content

Commit ad17d24

Browse files
authored
Update osx_image to xcode12 (#162)
* Install osx_image: xcode12 * Solve config warnings from Travis CI
1 parent f603161 commit ad17d24

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.travis.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
- OPTIONAL_DEPENDENCIES="dask pyfftw cartopy h5py PyWavelets pygrib"
77
- TEST_DEPENDENCIES="pytest pytest-cov codecov"
88

9-
matrix:
9+
jobs:
1010
include:
1111
- os: linux
1212
python: 3.8
@@ -16,7 +16,7 @@ matrix:
1616

1717
- os: linux
1818
python: 3.6
19-
env:
19+
env:
2020
- PYTHON_VERSION=3.6
2121
- RUN_TESTS=true
2222

@@ -34,34 +34,32 @@ matrix:
3434

3535
- os: osx
3636
language: generic
37-
osx_image: xcode10.1
37+
osx_image: xcode12
3838
env:
3939
- PYTHON_VERSION=3.8
4040
- RUN_TESTS=false
4141

4242
- os: osx
4343
language: generic
44-
osx_image: xcode10.1
45-
env:
44+
osx_image: xcode12
45+
env:
4646
- PYTHON_VERSION=3.6
4747
- RUN_TESTS=true
4848

4949
- os: osx
5050
language: generic
51-
osx_image: xcode10.1
51+
osx_image: xcode12
5252
env:
5353
- PYTHON_VERSION=3.7
5454
- RUN_TESTS=true
5555

5656
- os: osx
5757
language: generic
58-
osx_image: xcode10.1
58+
osx_image: xcode12
5959
env:
6060
- PYTHON_VERSION=3.8
6161
- RUN_TESTS=true
6262

63-
sudo: false
64-
6563
before_install:
6664
# Install gcc for MacOSX
6765
# ----------------------
@@ -129,4 +127,3 @@ script:
129127

130128
after_success:
131129
- if [[ "$RUN_TESTS" == true ]]; then codecov; fi
132-

0 commit comments

Comments
 (0)