8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b019ec commit 4da7fa1Copy full SHA for 4da7fa1
.travis.yml
@@ -98,22 +98,7 @@ matrix:
98
sudo: true
99
- python: "nightly"
100
env: PRE=--pre
101
- - os: osx
102
- osx_image: xcode7.3
103
- language: generic # https://github.com/travis-ci/travis-ci/issues/2312
104
- env:
105
- - MOCK=mock
106
- - PILLOW='pillow!=5.1.0'
107
- only: master
108
- cache:
109
- # As for now travis caches only "$HOME/.cache/pip"
110
- # https://docs.travis-ci.com/user/caching/#pip-cache
111
- pip: false
112
- directories:
113
- - $HOME/Library/Caches/pip
114
- # `cache` does not support `env`-like `global` so copy-paste from top
115
- - $HOME/.ccache # https://github.com/travis-ci/travis-ci/issues/5853
116
- - $HOME/.cache/matplotlib
+
117
allow_failures:
118
119
0 commit comments