Skip to content

Commit e28e5eb

Browse files
authored
Merge pull request #118 from jdufresne/cache
Enable pip cache in Travis CI
2 parents 79910d4 + cf2283d commit e28e5eb

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,7 +1,5 @@
11
language: python
2-
cache:
3-
directories:
4-
- $HOME/.cache/pip
2+
cache: pip
53
python:
64
- "2.6"
75
- "2.7"

0 commit comments

Comments
 (0)