Skip to content

Commit f82255d

Browse files
committed
updated .travis.yml
1 parent e98fef5 commit f82255d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ python:
3030
- "pypy" # currently Python 2.7.13, PyPy 7.1.1
3131
- "pypy3" # currently Python 3.6.1, PyPy 7.1.1-beta0
3232

33-
# https://docs.travis-ci.com/user/reference/osx/
34-
# macOS 10.15.7 - otherwise defaults to Mac macOS 10.13 with xcode9.4 otherwise - and HomeBrew update takes 50 minutes until the build times out :-/
35-
osx_image: xcode12.2
36-
3733
matrix:
3834
fast_finish: true
3935
include:
@@ -44,6 +40,9 @@ matrix:
4440

4541
- os: osx
4642
language: generic # workaround since Mac doesn't have Python support yet, so install to system Python
43+
# https://docs.travis-ci.com/user/reference/osx/
44+
# macOS 10.15.7 - otherwise defaults to Mac macOS 10.13 with xcode9.4 otherwise - and HomeBrew update takes 50 minutes until the build times out :-/
45+
osx_image: xcode12.2
4746

4847
- os: linux
4948
language: python

0 commit comments

Comments
 (0)