File tree Expand file tree Collapse file tree 4 files changed +360
-425
lines changed Expand file tree Collapse file tree 4 files changed +360
-425
lines changed Original file line number Diff line number Diff line change 4
4
- PYTHON_VERSION="3.5"
5
5
- PYTHON_VERSION="3.6"
6
6
- PYTHON_VERSION="3.7"
7
+ - PYTHON_VERSION="3.8"
7
8
8
9
install :
9
10
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ jupyter lab --watch --no-browser --NotebookApp.token=''
75
75
Test the server extension:
76
76
77
77
``` bash
78
- pytest jupyter_archive/tests/
78
+ pytest -v jupyter_archive/tests/
79
79
```
80
80
81
81
## License
Original file line number Diff line number Diff line change 38
38
"watch" : " tsc -w"
39
39
},
40
40
"dependencies" : {
41
- "@jupyterlab/application" : " ^1.0 .0" ,
42
- "@jupyterlab/filebrowser" : " ^1.0 .0"
41
+ "@jupyterlab/application" : " ^1.2 .0" ,
42
+ "@jupyterlab/filebrowser" : " ^1.2 .0"
43
43
},
44
44
"devDependencies" : {
45
45
"mkdirp" : " ^0.5.1" ,
You can’t perform that action at this time.
0 commit comments