Skip to content
Snippets Groups Projects
Commit aa9a92b0 authored by Jon Dufresne's avatar Jon Dufresne
Browse files

Enable pip cache in Travis CI

Can speed up builds and reduce load on PyPI servers.

For more information, see:

https://docs.travis-ci.com/user/caching/#pip-cache
parent 4510fa05
No related branches found
No related tags found
No related merge requests found
language: python
cache: pip
sudo: false
install:
- pip install tox
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment