From 98f54d21b6156ceaa8450072be9f53dfde137248 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 4 Feb 2016 03:19:39 +0100 Subject: travis: cache wheels on osx, allow pypy failures --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3