diff options
| -rw-r--r-- | .gitpod.yml | 5 | ||||
| -rwxr-xr-x | README.md | 1 | 
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" @@ -4,6 +4,7 @@  [![Lint Badge][1]][2]  [![Build Badge][3]][4]  [](LICENSE) +[](https://gitpod.io/#/github.com/python-discord/sir-lancebot)   | 
