Enable pip cache

This commit is contained in:
Markus Unterwaditzer 2017-03-23 14:59:51 +01:00
parent 9d2d35f21a
commit e69360aa50
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
"master"
]
},
"cache": "pip",
"git": {
"submodules": false
},

View file

@ -9,6 +9,7 @@ cfg = {}
cfg['sudo'] = True
cfg['language'] = 'python'
cfg['cache'] = 'pip'
cfg['git'] = {
'submodules': False