Download:
child 289:622eaacee683
parent 287:f6bb16bb874a
288:4c4a141c33b1
Anton Shestakov <av6@dwimlabs.net>, Thu, 14 Sep 2017 17:59:05 +0800
pipelines: retain ~/.cache/pip between runs

1 файлов изменено, 3 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Thu Sep 14 17:40:59 2017 +0800
+++ b/bitbucket-pipelines.yml Thu Sep 14 17:59:05 2017 +0800
@@ -3,6 +3,9 @@
pipelines:
default:
- step:
+ caches:
+ - pip
+
script:
- pip install -r requirements.txt -r dev-requirements.txt
- ./run-tests.py -v