[Add] enable travis cache for pip
This commit is contained in:
parent
bb73601705
commit
a87f990815
@ -2,6 +2,11 @@ language: python
|
|||||||
|
|
||||||
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||||
|
|
||||||
|
cache: pip
|
||||||
|
|
||||||
|
git:
|
||||||
|
depth: 1
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user