File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 6
6
- OPTIONAL_DEPENDENCIES="dask pyfftw cartopy h5py PyWavelets pygrib"
7
7
- TEST_DEPENDENCIES="pytest pytest-cov codecov"
8
8
9
- matrix :
9
+ jobs :
10
10
include :
11
11
- os : linux
12
12
python : 3.8
@@ -16,7 +16,7 @@ matrix:
16
16
17
17
- os : linux
18
18
python : 3.6
19
- env :
19
+ env :
20
20
- PYTHON_VERSION=3.6
21
21
- RUN_TESTS=true
22
22
@@ -34,34 +34,32 @@ matrix:
34
34
35
35
- os : osx
36
36
language : generic
37
- osx_image : xcode10.1
37
+ osx_image : xcode12
38
38
env :
39
39
- PYTHON_VERSION=3.8
40
40
- RUN_TESTS=false
41
41
42
42
- os : osx
43
43
language : generic
44
- osx_image : xcode10.1
45
- env :
44
+ osx_image : xcode12
45
+ env :
46
46
- PYTHON_VERSION=3.6
47
47
- RUN_TESTS=true
48
48
49
49
- os : osx
50
50
language : generic
51
- osx_image : xcode10.1
51
+ osx_image : xcode12
52
52
env :
53
53
- PYTHON_VERSION=3.7
54
54
- RUN_TESTS=true
55
55
56
56
- os : osx
57
57
language : generic
58
- osx_image : xcode10.1
58
+ osx_image : xcode12
59
59
env :
60
60
- PYTHON_VERSION=3.8
61
61
- RUN_TESTS=true
62
62
63
- sudo : false
64
-
65
63
before_install :
66
64
# Install gcc for MacOSX
67
65
# ----------------------
@@ -129,4 +127,3 @@ script:
129
127
130
128
after_success :
131
129
- if [[ "$RUN_TESTS" == true ]]; then codecov; fi
132
-
You can’t perform that action at this time.
0 commit comments