Skip to content

Commit 3bb9759

Browse files
committed
Use Travis' pip cache config variable.
1 parent 370921d commit 3bb9759

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
@@ -1,9 +1,7 @@
11
language: python
22
sudo: false
33
python: 3.5
4-
cache:
5-
directories:
6-
- "~/.cache/pip"
4+
cache: pip
75
env:
86
- TOXENV="py27-dj18"
97
- TOXENV="py33-dj18"

0 commit comments

Comments
 (0)