Download:
child 128:9fcc3e45dc29
parent 126:bd9e4ed25eb5
127:a10e42d2fc22
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 14:06:59 +0800
pipelines: also install pip

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Thu Aug 11 14:00:28 2016 +0800
+++ b/bitbucket-pipelines.yml Thu Aug 11 14:06:59 2016 +0800
@@ -5,7 +5,7 @@
- step:
script:
- apt-get update
- - apt-get install -y virtualenv
+ - apt-get install -y python-pip virtualenv
- pip install -r REQUIREMENTS
- ./test.py