Skip to content

Commit d5162a6

Browse files
committed
bumped labextension version; switched to sdist no-cache build in CI
1 parent 7496fb8 commit d5162a6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ cache:
77
- /home/travis/.yarn-cache/
88
install: pip install pytest "jupyterlab~=1.0"
99
script:
10-
- python setup.py bdist_wheel
11-
- pip install --find-links=dist jupyterlab_git[test]
10+
- python setup.py sdist
11+
- pip install jupyterlab_git[test] --find-links=dist --no-deps --no-cache-dir -v
12+
- pip install jupyterlab_git[test] --find-links=dist -v
13+
- jupyter labextension list
1214
- jupyter lab build
1315
- pytest jupyterlab_git -r ap
1416
- jlpm run test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/git",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"description": "A JupyterLab extension for version control using git",
55
"main": "lib/index.js",
66
"style": "style/index.css",

0 commit comments

Comments
 (0)