Skip to content

Commit 2ed9948

Browse files
jdufresnesigmavirus24
authored andcommitted
Use Travis CI built in pip cache support
https://docs.travis-ci.com/user/caching/#pip-cache
1 parent 8bca3eb commit 2ed9948

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ language: python
22

33
sudo: false
44

5-
cache:
6-
directories:
7-
- $HOME/.cache/pip
5+
cache: pip
86

97
matrix:
108
include:

0 commit comments

Comments
 (0)