Merge pull request #4164 from jdufresne/cache

Enable pip cache in Travis CI
This commit is contained in:
Takeshi KOMIYA 2017-10-18 21:26:16 +09:00 committed by GitHub
commit 8141b950b5

View File

@ -1,9 +1,7 @@
language: python
sudo: false
dist: trusty
cache:
directories:
- $HOME/.cache/pip
cache: pip
python:
- "pypy-5.4.1"
- "3.6"