Merge pull request #3066 from pallets/no-osx

disable slow travis osx env
This commit is contained in:
David Lord 2019-01-06 10:45:14 -08:00 committed by GitHub
commit 1c92c02c4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,14 @@ matrix:
include:
- env: TOXENV=docs-html
- env: TOXENV=devel,lowest,codecov
- os: osx
language: generic
env: TOXENV=py3,codecov
cache:
directories:
- $HOME/Library/Caches/Homebrew
- $HOME/Library/Caches/pip
# disabled because before_install is too slow
# - os: osx
# language: generic
# env: TOXENV=py3,codecov
# cache:
# directories:
# - $HOME/Library/Caches/Homebrew
# - $HOME/Library/Caches/pip
allow_failures:
- python: nightly
- python: pypy3.5-6.0