Skip to content

Commit 03025cb

Browse files
committed
bump to jlab 1.2.0
1 parent ce758fd commit 03025cb

File tree

4 files changed

+360
-425
lines changed

4 files changed

+360
-425
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ env:
44
- PYTHON_VERSION="3.5"
55
- PYTHON_VERSION="3.6"
66
- PYTHON_VERSION="3.7"
7+
- PYTHON_VERSION="3.8"
78

89
install:
910
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jupyter lab --watch --no-browser --NotebookApp.token=''
7575
Test the server extension:
7676

7777
```bash
78-
pytest jupyter_archive/tests/
78+
pytest -v jupyter_archive/tests/
7979
```
8080

8181
## License

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"watch": "tsc -w"
3939
},
4040
"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"
4343
},
4444
"devDependencies": {
4545
"mkdirp": "^0.5.1",

0 commit comments

Comments
 (0)