summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2018-11-09 00:32:56 +0100
committerDaniel Hahler <git@thequod.de>2018-11-09 00:33:52 +0100
commitbb8a8495ffc1e713c8208d53cb9ea3fac39bb83f (patch)
tree46d8c9a5fddb9173b7bea48e582d7d971c8deb3f
parent423e19909ecff177cf6c23b164279b90c2a64001 (diff)
downloadpytest-bb8a8495ffc1e713c8208d53cb9ea3fac39bb83f.tar.gz
Revert "Attempt to fix macosx build setup"
This reverts commit 28dbffdaf26519c79c86df67347ef09c31abf6ae. Appears to be not necessary anymore: https://travis-ci.org/pytest-dev/pytest/jobs/452598885#L906 [skip appveyor]
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 49c94b47e..00abca0b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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