Skip to content

Commit fa5971d

Browse files
committed
build: Remove broken OS X build
1 parent 7f25928 commit fa5971d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.travis.yml

-14
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ branches:
2020
- /^release\/.+$/
2121

2222
matrix:
23-
allow_failures:
24-
- os: osx
25-
2623
include:
2724
- python: "3.7"
2825
dist: xenial
@@ -42,17 +39,6 @@ matrix:
4239
name: Build documentation
4340
install: false
4441
script: make travis-upload-docs
45-
- # The OS X VM doesn't have any Python support at all
46-
# See https://github.com/travis-ci/travis-ci/issues/2312
47-
os: osx
48-
name: OS X Python 2.7
49-
language: generic
50-
before_install:
51-
- HOMEBREW_LOGS=/tmp HOMEBREW_NO_AUTO_UPDATE=yes brew install python@2
52-
- python2 -m pip install --user virtualenv
53-
- /Users/travis/Library/Python/2.7/bin/virtualenv $HOME/osx-py
54-
- source $HOME/osx-py/bin/activate
55-
- export TRAVIS_PYTHON_VERSION=2.7
5642

5743
before_script:
5844
- psql -c 'create database travis_ci_test;' -U postgres

0 commit comments

Comments
 (0)