disable slow travis osx env

This commit is contained in:
David Lord 2019-01-06 10:43:53 -08:00
parent a656025c3b
commit 537df96632
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

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