File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ branches:
2020 - /^release\/.+$/
2121
2222matrix :
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
5743before_script :
5844 - psql -c 'create database travis_ci_test;' -U postgres
You can’t perform that action at this time.
0 commit comments