Adding back caches
This commit is contained in:
parent
d16d51c47d
commit
e9b810229b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue