Attempt to cache the packages installed by pip and pipenv to dramatically speed up the pipeline

This commit is contained in:
Danielle McLean 2018-02-26 12:58:34 +11:00
parent 6ceb800723
commit 58d8ca2a25
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ image: python:3.6
variables:
GIT_SUBMODULE_STRATEGY: normal
cache:
paths:
- ~/.cache/pip
- ~/.local/share/virtualenvs
test:
script:
- pip install pipenv