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:
- 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