Hoping cache is messing us up
This commit is contained in:
parent
9bc292c107
commit
919a8e231d
|
@ -7,11 +7,6 @@ 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