Skip to content

Commit

Permalink
build: Add caching for pip files (#520)
Browse files Browse the repository at this point in the history
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 danielgonzalezlopes@gmail.com
  • Loading branch information
dgzlopes authored Mar 23, 2020
1 parent 929adcd commit fbfafa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ dist: xenial

language: python

cache: pip

python:
- '3.4'
- '3.5'
Expand Down

0 comments on commit fbfafa4

Please sign in to comment.