mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
travis: cache wheels on osx, allow pypy failures
This commit is contained in:
parent
69df00c19f
commit
98f54d21b6
@ -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
|
Loading…
Reference in New Issue
Block a user