summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-03-23 20:19:34 +0100
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-03-29 13:29:58 +0200
commit4f3cb4335c6d934c34d851efa587c525e6fcd876 (patch)
treec869940977e808f5ff184925e2df4f7ff21380c9 /.travis.yml
parentc5529d8979672d4cf92d4ba54ce01256ca1d0842 (diff)
downloadbcfg2-4f3cb4335c6d934c34d851efa587c525e6fcd876.tar.gz
bcfg2-4f3cb4335c6d934c34d851efa587c525e6fcd876.tar.bz2
bcfg2-4f3cb4335c6d934c34d851efa587c525e6fcd876.zip
travis-ci: Cache wheels for python deps
The python dependencies are only build once to create the wheel and cached using the travis-ci infrastructure. All builds afterwards will be faster because the cached version is used.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c8f0c4c71..f51637ccd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,7 @@ addons:
cache:
directories:
- $HOME/.cache/pip
+ - $HOME/.cache/wheels
- $HOME/.cache/xml
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log