summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorjvoisin2015-11-27 14:14:05 +0100
committerjvoisin2015-11-27 14:14:05 +0100
commitcca26ec32e51c287ecf57745e75f92b422444d09 (patch)
treebfef0b3731569819bf6d7bfd09e451ccc394709b /.travis.yml
parentbd1917dec25ce878477456b80a448b9334330b94 (diff)
Add pip caching for travis-ci
Diffstat (limited to '')
-rw-r--r--.travis.yml4
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
3python: 3python:
4 - "2.7" 4 - "2.7"
5 5
6cache:
7 directories:
8 - $HOME/.cache/pip
9
6addons: 10addons:
7 apt: 11 apt:
8 packages: 12 packages: