summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2020-03-15 18:19:38 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2020-03-15 18:19:38 +0100
commit55eed75c5d1337380314d03098703289e511af29 (patch)
tree889994fd08b9d067f901c6a9211a00506194f45e
parentb37f12f17a7c5bd376ae895451ee683fbdb5ceeb (diff)
downloadatomicwrites-55eed75c5d1337380314d03098703289e511af29.tar.gz
remove broken osx build
i know from experience with another package that this is not worth my time
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 688e362..715ac80 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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