mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
travis: enable cache, should speed up builds a lot
This will allow travis builders to cache generated wheels between builds, so all the dependencies don't have to get re-built every time.
This commit is contained in:
parent
a2795ea5ff
commit
c8edddb31b
@ -1,5 +1,8 @@
|
||||
sudo: false
|
||||
language: python
|
||||
cache: pip
|
||||
before_cache:
|
||||
- rm -f $HOME/.cache/pip/log/debug.log
|
||||
python:
|
||||
- "2.7"
|
||||
- "pypy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user