mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Merge pull request #1990 from jrobeson/add-tox-caching
Cache tox and pip directories for travis
This commit is contained in:
commit
db36d68f5b
1 changed files with 5 additions and 0 deletions
|
|
@ -33,6 +33,11 @@ before_install:
|
|||
after_success:
|
||||
- "[ ! -z $COVERAGE ] && codecov || true"
|
||||
|
||||
cache:
|
||||
pip: true
|
||||
directories:
|
||||
- .tox
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
|
|
|||
Loading…
Reference in a new issue