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:
Brian Warner 2016-03-15 18:41:59 -07:00
parent a2795ea5ff
commit c8edddb31b

View File

@ -1,5 +1,8 @@
sudo: false
language: python
cache: pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
python:
- "2.7"
- "pypy"