From 537df96632f12c2bd2cb5ae933844229f029f7b5 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sun, 6 Jan 2019 10:43:53 -0800 Subject: [PATCH] disable slow travis osx env --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86d7cfea..097c9af6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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