Skip to content

Commit 984f934

Browse files
jdufresnegsnedders
authored andcommitted
Use Travis CI's keyword for pip caching (#334)
https://docs.travis-ci.com/user/caching/#pip-cache
1 parent 17499b9 commit 984f934

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ python:
99

1010
sudo: false
1111

12-
cache:
13-
directories:
14-
- $HOME/.cache/pip
12+
cache: pip
1513

1614
env:
1715
- USE_OPTIONAL=true

0 commit comments

Comments
 (0)