Merge pull request #3066 from pallets/no-osx
disable slow travis osx env
This commit is contained in:
commit
1c92c02c4a
1 changed files with 8 additions and 7 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue