Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
remove broken osx build
Browse files Browse the repository at this point in the history
i know from experience with another package that this is not worth my
time
  • Loading branch information
untitaker committed Mar 15, 2020
1 parent b37f12f commit 55eed75
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ env:

matrix:
include:
- # The OS X VM doesn't have any Python support at all
# See https://github.com/travis-ci/travis-ci/issues/2312
os: osx
language: generic
env: TOXENV=test
before_install:
- brew update
- brew upgrade python
- python3 -m pip install --user virtualenv
- /Users/travis/Library/Python/3.7/bin/virtualenv $HOME/osx-py
- source $HOME/osx-py/bin/activate
- python: 2.7
env: TOXENV=stylecheck
- python: 3.6
Expand Down

0 comments on commit 55eed75

Please sign in to comment.