forked from orbit-oss/flask
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:
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue