aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-04 03:19:39 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-04 09:52:29 +0100
commit98f54d21b6156ceaa8450072be9f53dfde137248 (patch)
tree01982db6659f75f2bfe737a81b82022550e48e28 /.travis.yml
parent69df00c19f3c358482243a9e2fff15b315cd8ff5 (diff)
downloadmitmproxy-98f54d21b6156ceaa8450072be9f53dfde137248.tar.gz
mitmproxy-98f54d21b6156ceaa8450072be9f53dfde137248.tar.bz2
mitmproxy-98f54d21b6156ceaa8450072be9f53dfde137248.zip
travis: cache wheels on osx, allow pypy failures
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c105a11..8ea3ed32 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,8 @@ matrix:
- python: 2.7
env: DOCS=1
script: 'cd docs && make html'
+ allow_failures:
+ - python: pypy
install:
- |
@@ -94,3 +96,4 @@ cache:
directories:
- $HOME/.cache/pip
- $HOME/.pyenv
+ - $HOME/Library/Caches/pip \ No newline at end of file