diff options
| author | jvoisin | 2015-11-27 14:14:05 +0100 |
|---|---|---|
| committer | jvoisin | 2015-11-27 14:14:05 +0100 |
| commit | cca26ec32e51c287ecf57745e75f92b422444d09 (patch) | |
| tree | bfef0b3731569819bf6d7bfd09e451ccc394709b /.travis.yml | |
| parent | bd1917dec25ce878477456b80a448b9334330b94 (diff) | |
Add pip caching for travis-ci
Diffstat (limited to '')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9c96c5c..758176a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -3,6 +3,10 @@ language: python | |||
| 3 | python: | 3 | python: |
| 4 | - "2.7" | 4 | - "2.7" |
| 5 | 5 | ||
| 6 | cache: | ||
| 7 | directories: | ||
| 8 | - $HOME/.cache/pip | ||
| 9 | |||
| 6 | addons: | 10 | addons: |
| 7 | apt: | 11 | apt: |
| 8 | packages: | 12 | packages: |
