Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc879f3

Browse files
committed
Enable travis caching for pip cache
Ref http://docs.travis-ci.com/user/caching/#pip-cache
1 parent edf2d2e commit bc879f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
22
python: 2.7
33
sudo: false
4+
cache: pip
45
env:
56
matrix:
67
- TOX_ENV=py26

0 commit comments

Comments
 (0)