diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..b80b5d32f --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,17 @@ +github: + prebuilds: + master: true + pullRequests: true + pullRequestsFromForks: true + addCheck: false + addComment: false + addBadge: false + addLabel: false +tasks: + - name: Setup the environment + command: | + PYTHON_VERSION=3.10.2 + pyenv install $PYTHON_VERSION + pyenv global $PYTHON_VERSION + python -m pip install -r requirements.txt + ./run_docker diff --git a/docs/project/changelog.md b/docs/project/changelog.md index 7867e699e..0336e24ac 100644 --- a/docs/project/changelog.md +++ b/docs/project/changelog.md @@ -101,6 +101,9 @@ substitutions: - {{ Fix }} Fixed bug in `split` argument of {any}`repr_shorten`. Added {any}`shorten` function. {pr}`3178` +- Add Gitpod configuration to the repository. + {pr} `3201` + ### Build System / Package Loading - New packages: pycryptodomex {pr}`2966`, pycryptodome {pr}`2965`,