153:15433f87db4b
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Sep 2017 19:31:42 +0800
pipelines: retain ~/.cache/pip between runs

next change 157:45e6e68a871b
previous change 145:8e4601811533

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: python:2
pipelines:
default:
- step:
caches:
- pip
script:
- pip install -r REQUIREMENTS
- ./test.py