travis: cache wheels on osx, allow pypy failures

This commit is contained in:
Maximilian Hils 2016-02-04 03:19:39 +01:00 committed by Thomas Kriechbaumer
parent 69df00c19f
commit 98f54d21b6

View File

@ -32,6 +32,8 @@ matrix:
- python: 2.7 - python: 2.7
env: DOCS=1 env: DOCS=1
script: 'cd docs && make html' script: 'cd docs && make html'
allow_failures:
- python: pypy
install: install:
- | - |
@ -94,3 +96,4 @@ cache:
directories: directories:
- $HOME/.cache/pip - $HOME/.cache/pip
- $HOME/.pyenv - $HOME/.pyenv
- $HOME/Library/Caches/pip