Fully automate dev setup with Gitpod
This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitHub and GitLab that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click.
This commit is contained in:
parent
bb76e1e3fa
commit
2e9f114f7c
1 changed files with 2 additions and 0 deletions
2
.gitpod.yml
Normal file
2
.gitpod.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
tasks:
|
||||
- init: pip install .
|
||||
Loading…
Add table
Add a link
Reference in a new issue