File tree 1 file changed +14
-6
lines changed 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change
1
+ language : python
2
+
1
3
sudo : false
2
4
3
5
cache :
6
+ pip : true
4
7
directories :
5
- - $HOME/.ccache
6
- - $HOME/.cache/pip
8
+ - $HOME/.ccache # https://github.com/travis-ci/travis-ci/issues/5853
7
9
- $HOME/.cache/matplotlib
8
- - $HOME/Library/Caches/pip
9
10
10
11
addons :
11
12
apt :
47
48
- PYTHON_ARGS=
48
49
- DELETE_FONT_CACHE=
49
50
50
- language : python
51
-
52
51
matrix :
53
52
include :
54
53
- python : 2.7
@@ -65,8 +64,17 @@ matrix:
65
64
env : PRE=--pre
66
65
- os : osx
67
66
osx_image : xcode7.3
68
- language : generic
67
+ language : generic # https://github.com/travis-ci/travis-ci/issues/2312
69
68
env : MOCK=mock NOSE_ARGS=
69
+ cache :
70
+ # As for now travis caches only "$HOME/.cache/pip"
71
+ # https://docs.travis-ci.com/user/caching/#pip-cache
72
+ pip : false
73
+ directories :
74
+ - $HOME/Library/Caches/pip
75
+ # `cache` does not support `env`-like `global` so copy-paste from top
76
+ - $HOME/.ccache # https://github.com/travis-ci/travis-ci/issues/5853
77
+ - $HOME/.cache/matplotlib
70
78
allow_failures :
71
79
- python : " nightly"
72
80
You can’t perform that action at this time.
0 commit comments