Skip to content

Commit 18180c9

Browse files
committed
Add pip cache support to the Travis CI configuration
For documentation on the feature, see: https://docs.travis-ci.com/user/caching/#pip-cache With packages cached, builds will be slightly faster and help reduce load on PyPI.
1 parent 526bdac commit 18180c9

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

34
python:
45
- "2.7"

0 commit comments

Comments
 (0)