Skip to content

Commit 701480a

Browse files
authored
Merge pull request #227 from mathLab/travis-fix
fix osx image for travis
2 parents cc5a30e + 63bc1bd commit 701480a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ language: python
55

66
service: docker
77

8-
matrix:
8+
jobs:
99
include:
1010
- os: linux
1111
python: 3.7
1212
env: TOXENV=py37
1313
- os: osx
14+
osx_image: xcode12.2
1415
language: generic
1516
env: TOXENV=py37
1617

0 commit comments

Comments
 (0)