Adding back caches
This commit is contained in:
parent
d16d51c47d
commit
e9b810229b
|
@ -7,6 +7,11 @@ python:
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
- .pip_download_cache
|
||||||
|
- "$HOME/virtualenv/python2.7.9"
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- PIP_DOWNLOAD_CACHE=".pip_download_cache"
|
||||||
install:
|
install:
|
||||||
- make develop dev-postgres
|
- make develop dev-postgres
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in New Issue