Add Gitpod configuration (#3201)

This commit is contained in:
Jeremy Tuloup 2022-10-24 21:13:01 +02:00 committed by GitHub
parent 606a7107b0
commit c76573de1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

17
.gitpod.yml Normal file
View File

@ -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

View File

@ -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`,