We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54b4f9 commit a6e2b37Copy full SHA for a6e2b37
.travis.yml
@@ -23,22 +23,7 @@ jobs:
23
- name: "Python 3.8 on Linux"
24
os: linux
25
python: 3.8
26
- - name: "Python 3.6 on macOS 10.13"
27
- os: osx
28
- osx_image: xcode9.4
29
- env: PYTHON=36
30
- language: shell # 'language: python' is an error on Travis CI macOS
31
- - name: "Python 3.7 on macOS 10.13"
32
33
34
- env: PYTHON=37
35
36
- - name: "Python 3.6 on macOS 10.14.6"
37
38
- osx_image: xcode11.4
39
40
41
+ - name: "Python 3.7 on macOS 10.14.6"
42
os: osx
43
osx_image: xcode11.4
44
env: PYTHON=37
0 commit comments