Skip to content

Commit 2cfa419

Browse files
committed
cache pip correctly
travis auto pip cache is disabled if the install command is changed
1 parent 4b0519a commit 2cfa419

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ sudo: false
22
language: python
33
python: "3.5"
44

5-
cache: pip
5+
cache:
6+
directories:
7+
- $HOME/.cache/pip
68
install:
79
- pip install tox
810

0 commit comments

Comments
 (0)