File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 5
5
pip : true
6
6
directories :
7
7
- /home/travis/.yarn-cache/
8
- install : pip install pytest jupyterlab psutil
8
+ install : pip install pytest jupyterlab
9
9
script :
10
10
- pytest tests/unit
11
11
- yarn
Original file line number Diff line number Diff line change 3
3
jupyter labextension install @jupyterlab/git
4
4
5
5
pip install jupyterlab-git
6
- jupyter serverextension enable --py jupyterlab_git
7
-
8
- pip install notebook
9
- pip install psutil
6
+ jupyter serverextension enable --py jupyterlab_git
Original file line number Diff line number Diff line change 15
15
long_description_content_type = "text/markdown" ,
16
16
packages = setuptools .find_packages (),
17
17
install_requires = [
18
- 'notebook' ,
19
- 'psutil'
18
+ 'notebook'
20
19
],
21
20
package_data = {'jupyterlab_git' : ['*' ]},
22
21
)
You can’t perform that action at this time.
0 commit comments