File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Cloudify Script Plugin
22
3+ * Master [ ![ Circle CI] ( https://circleci.com/gh/cloudify-cosmo/cloudify-script-plugin/tree/master.svg?style=shield )] ( https://circleci.com/gh/cloudify-cosmo/cloudify-script-plugin/tree/master )
34* Master Branch [ ![ Build Status] ( https://travis-ci.org/cloudify-cosmo/cloudify-script-plugin.svg?branch=master )] ( https://travis-ci.org/cloudify-cosmo/cloudify-script-plugin )
45* PyPI [ ![ PyPI] ( http://img.shields.io/pypi/dm/cloudify-script-plugin.svg )] ( http://img.shields.io/pypi/dm/cloudify-script-plugin.svg )
56* Version [ ![ PypI] ( http://img.shields.io/pypi/v/cloudify-script-plugin.svg )] ( http://img.shields.io/pypi/v/cloudify-script-plugin.svg )
Original file line number Diff line number Diff line change @@ -2,8 +2,17 @@ machine:
22 python :
33 version : 2.7.9
44
5- dependencies :
5+ checkout :
66 post :
7+ - >
8+ if [ -n "$CI_PULL_REQUEST" ]; then
9+ PR_ID=${CI_PULL_REQUEST##*/}
10+ git fetch origin +refs/pull/$PR_ID/merge:
11+ git checkout -qf FETCH_HEAD
12+ fi
13+
14+ dependencies :
15+ pre :
716 - pyenv local 2.7.9 2.6.8
817 override :
918 - pip install tox
You can’t perform that action at this time.
0 commit comments