Skip to content

Commit aa9a92b

Browse files
committed
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
1 parent 4510fa0 commit aa9a92b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: python
2+
cache: pip
23
sudo: false
34
install:
45
- pip install tox

0 commit comments

Comments
 (0)