File tree 5 files changed +25
-10
lines changed
5 files changed +25
-10
lines changed Original file line number Diff line number Diff line change 4
4
! .gitignore
5
5
! .gitpod.yml
6
6
! .gitpod.Dockerfile
7
- ! bc .json
7
+ ! learn .json
8
8
! README.md
9
9
10
10
! /assets
Original file line number Diff line number Diff line change 1
1
FROM gitpod/workspace-full
2
2
USER gitpod
3
- RUN pip3 install pytest==4.4.2 pytest-testdox mock && npm i breathecode-cli@1.2.70 -g
3
+ RUN pip3 install pytest==4.4.2 pytest-testdox mock
4
+ RUN npm i learnpack@0.1.8 -g && learnpack plugins:install learnpack-python@0.0.34
Original file line number Diff line number Diff line change 4
4
# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/
5
5
ports :
6
6
- port : 3000
7
- onOpen : open-preview
7
+ onOpen : ignore
8
8
9
- # List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
10
- tasks :
11
- - command : bc run
9
+ vscode :
10
+ extensions :
11
+ - learnpack.learnpack-vscode
12
+
13
+ github :
14
+ prebuilds :
15
+ # enable for the master/default branch (defaults to true)
16
+ master : true
17
+ # enable for pull requests coming from this repo (defaults to true)
18
+ pullRequests : false
19
+ # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
20
+ addComment : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "language" : " python3" ,
3
+ "repository" : " https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises" ,
4
+ "config" : {
5
+ "editor" : {
6
+ "version" : " 1.0.68"
7
+ }
8
+ }
9
+ }
You can’t perform that action at this time.
0 commit comments