Skip to content

Commit 55eed75

Browse files
committed
remove broken osx build
i know from experience with another package that this is not worth my time
1 parent b37f12f commit 55eed75

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ env:
1515

1616
matrix:
1717
include:
18-
- # The OS X VM doesn't have any Python support at all
19-
# See https://github.com/travis-ci/travis-ci/issues/2312
20-
os: osx
21-
language: generic
22-
env: TOXENV=test
23-
before_install:
24-
- brew update
25-
- brew upgrade python
26-
- python3 -m pip install --user virtualenv
27-
- /Users/travis/Library/Python/3.7/bin/virtualenv $HOME/osx-py
28-
- source $HOME/osx-py/bin/activate
2918
- python: 2.7
3019
env: TOXENV=stylecheck
3120
- python: 3.6

0 commit comments

Comments
 (0)