https://github.com/nickstenning/travis-pip-cache
A throwaway repo to demonstrate Pip 7 awesomeness when used with Travis caching.
https://github.com/nickstenning/travis-pip-cache
Last synced: about 1 year ago
JSON representation
A throwaway repo to demonstrate Pip 7 awesomeness when used with Travis caching.
- Host: GitHub
- URL: https://github.com/nickstenning/travis-pip-cache
- Owner: nickstenning
- Created: 2015-05-22T09:25:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T09:35:19.000Z (about 11 years ago)
- Last Synced: 2025-04-28T12:08:24.720Z (about 1 year ago)
- Size: 113 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pip 7 and Travis caching
========================
This is a throwaway repository to demonstrate how much faster you can make your
Travis builds by caching Python dependencies using the [automatic wheel
builder][pip7] functionality introduced by pip version 7.
The repository doesn't do anything useful, it just installs some Python packages
that are traditionally slow to build.
See `.travis.yml` for an example of how to make your builds faster.
- [**First build**: 2m28s](https://travis-ci.org/nickstenning/travis-pip-cache/builds/63622073)
- [**Second build**: 16s](https://travis-ci.org/nickstenning/travis-pip-cache/builds/63622544)