We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bced74 + 28dbffd commit 9df1b03Copy full SHA for 9df1b03
.travis.yml
@@ -47,6 +47,11 @@ jobs:
47
env: TOXENV=py37
48
before_install:
49
- 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++'
55
- brew upgrade python
56
- brew unlink python
57
- brew link python
0 commit comments