[Add] enable travis cache for pip

This commit is contained in:
nanoric 2019-04-15 09:06:23 -04:00
parent bb73601705
commit a87f990815

View File

@ -2,6 +2,11 @@ language: python
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
cache: pip
git:
depth: 1
python:
- "3.7"