8000 TST: enable caching on travis by tacaswell · Pull Request #5741 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

TST: enable caching on travis #5741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 24, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
Prev Previous commit
Next Next commit
TST: add diagnostic that ccache is working
  • Loading branch information
tacaswell committed Dec 24, 2015
commit a8b177c221ab232dc61f526e0a04a553b2b34be1
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ before_install:
- export PATH=/usr/lib/ccache:$PATH

install:
- ccache -s
# Upgrade pip and setuptools. Mock has issues with the default version of
# setuptools
- |
Expand Down
0