aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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