diff --git a/.travis.yml b/.travis.yml index 2c105a115..8ea3ed320 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