File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ branches:
20
20
- /^release\/.+$/
21
21
22
22
matrix :
23
- allow_failures :
24
- - os : osx
25
-
26
23
include :
27
24
- python : " 3.7"
28
25
dist : xenial
@@ -42,17 +39,6 @@ matrix:
42
39
name : Build documentation
43
40
install : false
44
41
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
56
42
57
43
before_script :
58
44
- psql -c 'create database travis_ci_test;' -U postgres
You can’t perform that action at this time.
0 commit comments