Skip to content

Commit 3425780

Browse files
committed
Travis - Enable caching
1 parent 0ee0df0 commit 3425780

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ after_success:
1919
- if [ "$TOX_ENV" == "coverage" ] ; then coveralls; fi
2020
notifications:
2121
email: false
22+
23+
# Travis caching
24+
cache:
25+
directories:
26+
- $HOME/.cache/pip
27+
before_cache:
28+
- rm -f $HOME/.cache/pip/log/debug.log

0 commit comments

Comments
 (0)