Skip to content

Commit b56f0af

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 39a066e commit b56f0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: python
2-
2+
cache: pip
33
python:
44
- "3.4"
55
- "3.3"

0 commit comments

Comments
 (0)