Skip to content

Commit be6a699

Browse files
committed
adding drone init
1 parent 70dd221 commit be6a699

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.drone.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
kind: pipeline
3+
type: docker
4+
name: default
5+
6+
platform:
7+
os: linux
8+
arch: amd64
9+
10+
steps:
11+
- name: test
12+
image: python:3.7.5-alpine
13+
commands:
14+
- echo "testing"
15+
16+
trigger:
17+
branch:
18+
- master
19+
event:
20+
- pull_request
21+
22+
...

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://drone.polygon.io/api/badges/Polygon-io/polygon-client-python/status.svg)](https://drone.polygon.io/Polygon-io/polygon-client-python)
2+
13
# A Python client library for Polgyon's WebSocket and RESTful APIs
24

35
Currently this repo only supports the WebSocket API

0 commit comments

Comments
 (0)