mrprompt/deploybot-sdk

View on GitHub
bitbucket-pipelines.yml

Summary

Maintainability
Test Coverage
image: python:2.7.13

pipelines:
  default:
    - step:
        script:
          - pip install -r requirements.txt
          - python setup.py test