Download:
child 218:e7db503ad13d
parent 216:b9b340a89616
217:87332d6ea39b
Anton Shestakov <av6@dwimlabs.net>, Fri, 12 Aug 2016 18:31:25 +0800
pipelines: install python-dev for compiling things in a virtualenv

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Fri Aug 12 18:18:47 2016 +0800
+++ b/bitbucket-pipelines.yml Fri Aug 12 18:31:25 2016 +0800
@@ -4,7 +4,7 @@
default:
- step:
script:
- - apt-get update && apt-get install -y python-virtualenv
+ - apt-get update && apt-get install -y python-dev python-virtualenv
- virtualenv ./venv
- ./venv/bin/pip install ansible
- ansible --version