File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 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 :
46
47
- NOSE_ARGS="--processes=$NPROC --process-timeout=300"
47
48
- PYTHON_ARGS=
48
49
49
- language : python
50
-
51
50
matrix :
52
51
include :
53
52
- python : 2.7
@@ -64,8 +63,17 @@ matrix:
64
63
env : PRE=--pre
65
64
- os : osx
66
65
osx_image : xcode7.3
67
- language : generic
66
+ language : generic # https://github.com/travis-ci/travis-ci/issues/2312
68
67
env : MOCK=mock NOSE_ARGS=
68
+ cache :
69
+ # As for now travis caches only "$HOME/.cache/pip"
70
+ # https://docs.travis-ci.com/user/caching/#pip-cache
71
+ pip : false
72
+ directories :
73
+ - $HOME/Library/Caches/pip
74
+ # `cache` does not support `env`-like `global` so copy-paste from top
75
+ - $HOME/.ccache # https://github.com/travis-ci/travis-ci/issues/5853
76
+ - $HOME/.cache/matplotlib
69
77
allow_failures :
70
78
- python : " nightly"
71
79
You can’t perform that action at this time.
0 commit comments