Skip to content

Commit 1b2f662

Browse files
Merge pull request #8 from martijnvermaat/travis-cache
Use special pip directive for caching on Travis
2 parents f9d12e6 + 16ae31a commit 1b2f662

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
# Validate this file using http://lint.travis-ci.org/
22
language: python
33
sudo: false
4-
cache:
5-
directories:
6-
- $HOME/.cache/pip
4+
cache: pip
75
python:
86
- "2.6"
97
- "2.7"

0 commit comments

Comments
 (0)