Adding back caches

This commit is contained in:
kevgliss 2015-07-23 12:26:18 -07:00
parent d16d51c47d
commit e9b810229b
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ python:
cache:
directories:
- node_modules
- .pip_download_cache
- "$HOME/virtualenv/python2.7.9"
env:
global:
- PIP_DOWNLOAD_CACHE=".pip_download_cache"
install:
- make develop dev-postgres
before_script: