##// END OF EJS Templates
try caching built pythons
Nicholas Bollweg -
Show More
@@ -15,9 +15,14 b' sudo: false'
15 15 env:
16 16 global:
17 17 - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH
18 - PYTHON_BUILD_CACHE_PATH=$HOME/.pyenv_cache
18 19
19 20 group: edge
20 21
22 cache:
23 directories:
24 - $HOME/.pyenv_cache
25
21 26 before_install:
22 27 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
23 28 - |
@@ -56,6 +61,7 b' script:'
56 61 python tools/fixup_whats_new_pr.py
57 62 make -C docs/ html SPHINXOPTS="-W"
58 63 fi
64
59 65 after_success:
60 66 - cp /tmp/ipy_coverage.xml ./
61 67 - cp /tmp/.coverage ./
General Comments 0
You need to be logged in to leave comments. Login now