Skip to content

Commit fbfafa4

Browse files
authored
build: Add caching for pip files (#520)
Caches lets Travis CI store directories between builds, which is useful for storing dependencies that take longer to compile or download. -Travis CI Docs Signed-off-by: Daniel González Lopes [email protected]
1 parent 929adcd commit fbfafa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ dist: xenial
22

33
language: python
44

5+
cache: pip
6+
57
python:
68
- '3.4'
79
- '3.5'

0 commit comments

Comments
 (0)