Skip to content

Commit d4fdf79

Browse files
authored
Merge pull request #4350 from blueyed/fix-macos-py37
Travis: fix MacOS py37 build
2 parents 423e199 + bb8a849 commit d4fdf79

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ jobs:
4747
env: TOXENV=py37
4848
before_install:
4949
- brew update
50-
# remove c++ include files because upgrading python as of 2018-10-23, also
51-
# attempts to upgrade gcc, and it fails because the include files already
52-
# exist. removing the include files is one of the solutions recommended by brew
53-
# this workaround might not be necessary in the future
54-
- rm '/usr/local/include/c++'
5550
- brew upgrade python
5651
- brew unlink python
5752
- brew link python

0 commit comments

Comments
 (0)