Skip to content

Commit 9b0bea0

Browse files
committed
Use travis native cache
As per https://docs.travis-ci.com/user/caching/
1 parent 2a7f606 commit 9b0bea0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
language: python
2+
13
sudo: false
24

35
cache:
4-
directories:
5-
- $HOME/.ccache
6-
- $HOME/.cache/pip
7-
- $HOME/.cache/matplotlib
8-
- $HOME/Library/Caches/pip
6+
- ccache
7+
- pip
98

109
addons:
1110
apt:
@@ -46,8 +45,6 @@ env:
4645
- NOSE_ARGS="--processes=$NPROC --process-timeout=300"
4746
- PYTHON_ARGS=
4847

49-
language: python
50-
5148
matrix:
5249
include:
5350
- python: 2.7

0 commit comments

Comments
 (0)