aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-09-24 21:34:12 +0100
committerGravatar GitHub <[email protected]>2021-09-24 21:34:12 +0100
commitff099d9614df05b1d2505578fa06767b8e24ecbf (patch)
tree3aeb97f60db2101b5b46cebfa1f6cbd089f2330e
parentMerge pull request #878 from onerandomusername/patch-2 (diff)
parentMerge branch 'main' into gitpod (diff)
Merge pull request #867 from Kronifer/gitpod
added a .gitpod.yml
-rw-r--r--.gitpod.yml5
-rwxr-xr-xREADME.md1
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 00000000..a10e6e26
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,5 @@
+tasks:
+ - name: "Python Environment"
+ before: "pyenv install 3.9.6 && pyenv global 3.9.6"
+ init: "pip install poetry && export PIP_USER=false"
+ command: "poetry install && poetry run pre-commit install"
diff --git a/README.md b/README.md
index dd8301dc..2e2b7aec 100755
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
[![Lint Badge][1]][2]
[![Build Badge][3]][4]
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
+[![Open in Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#/github.com/python-discord/sir-lancebot)
![Header](sir-lancebot-logo.png)