forked from LBRYCommunity/lbry-sdk
enable caching
This commit is contained in:
parent
3a35951b46
commit
cfeb7b249b
1 changed files with 5 additions and 0 deletions
|
@ -36,3 +36,8 @@ after_success:
|
||||||
- pip install coverage
|
- pip install coverage
|
||||||
- coverage combine tests/
|
- coverage combine tests/
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
|
- $TRAVIS_BUILD_DIR/.tox
|
||||||
|
|
Loading…
Reference in a new issue