Skip to content

Commit 5a87aa6

Browse files
committed
Remove os section in .travis.yml: Travis does not support python on OSX
1 parent 47384c0 commit 5a87aa6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ python:
88
- "3.8-dev"
99
- "pypy3"
1010

11-
os:
12-
- linux
13-
- osx
14-
15-
osx_image: xcode12
11+
# Unfortunately, travis does not support python on OSX at the moment
12+
#
13+
# os:
14+
# - linux
15+
# - osx
16+
#
17+
# osx_image: xcode12
1618

1719
branches:
1820
only:

0 commit comments

Comments
 (0)