Skip to content

Commit 6be8b8f

Browse files
authored
feat(gitpod): add gitpod.yml support (#80)
1 parent 308dd6b commit 6be8b8f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
tasks:
3+
- init: make
4+
5+
vscode:
6+
extensions:
7+
- ms-python.python

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<p align="center">Power automated communication that people like to receive.</p>
66
</p>
77

8+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blueviolet?logo=gitpod)](https://gitpod.io/#https://github.com/customerio/customerio-python/)
89
![PyPI](https://img.shields.io/pypi/v/customerio)
910
![Software License](https://img.shields.io/github/license/customerio/customerio-python)
1011
[![Build status](https://github.com/customerio/customerio-python/actions/workflows/main.yml/badge.svg)](https://github.com/customerio/customerio-python/actions/workflows/main.yml)

0 commit comments

Comments
 (0)