File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
- /home/travis/.yarn-cache/
8
8
install : pip install pytest "jupyterlab~=1.0"
9
9
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
12
14
- jupyter lab build
13
15
- pytest jupyterlab_git -r ap
14
16
- jlpm run test
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyterlab/git" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " A JupyterLab extension for version control using git" ,
5
5
"main" : " lib/index.js" ,
6
6
"style" : " style/index.css" ,
You can’t perform that action at this time.
0 commit comments