Skip to content

Commit

Permalink
Enable pip cache in Travis CI
Browse files Browse the repository at this point in the history
Can speed up builds and reduce load on PyPI servers.

For more information, see:

https://docs.travis-ci.com/user/caching/#pip-cache
  • Loading branch information
jdufresne committed Oct 22, 2017
1 parent e5655a9 commit c3a66ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
cache: pip
python: 3.4
sudo: false
env:
Expand All @@ -12,6 +13,3 @@ env:
install:
- pip install -U tox
script: tox
cache:
directories:
- $HOME/.cache/pip

0 comments on commit c3a66ec

Please sign in to comment.