Skip to content

Commit

Permalink
Merge pull request pytest-dev#4350 from blueyed/fix-macos-py37
Browse files Browse the repository at this point in the history
Travis: fix MacOS py37 build
  • Loading branch information
blueyed authored Nov 9, 2018
2 parents 423e199 + bb8a849 commit d4fdf79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
env: TOXENV=py37
before_install:
- brew update
# remove c++ include files because upgrading python as of 2018-10-23, also
# attempts to upgrade gcc, and it fails because the include files already
# exist. removing the include files is one of the solutions recommended by brew
# this workaround might not be necessary in the future
- rm '/usr/local/include/c++'
- brew upgrade python
- brew unlink python
- brew link python
Expand Down

0 comments on commit d4fdf79

Please sign in to comment.