1 Star 5 Fork 1

Git工具集/jupyterlab-git

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
Frédéric Collonval 提交于 2020-05-28 15:51 +08:00 . Test on multiple python 3.x (#422)
language: python
python:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
cache:
pip: true
directories:
- /home/travis/.yarn-cache/
before_install:
- nvm install 10
install: pip install --upgrade --upgrade-strategy=eager pytest pytest-asyncio "jupyterlab~=2.0"
script:
# Build the sdist (identical to what will be uploaded to eg pypi on release)
- python setup.py sdist
# Linter checks
- jlpm run eslint-check
# Install the extension from the sdist ensuring the cache is unused
- pip install jupyterlab_git[test] --pre --no-index --find-links=dist --no-deps --no-cache-dir -v
# Install the extension dependencies based on the current setup.py
- pip install jupyterlab_git[test]
# Log the current state of jupyterlab's extensions
- jupyter labextension list
# Rebuild jupyterlab to include our extension
- jupyter lab build
# Run the Python tests
- pytest jupyterlab_git -r ap
# Run the TS/JS tests
- jlpm run test
# Run the standard jupyterlab browser integration test
- python -m jupyterlab.browser_check
# Run our extension-specific browser integration test
- python tests/test-browser/run_browser_test.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/vcs-all-in-one/jupyterlab-git.git
git@gitee.com:vcs-all-in-one/jupyterlab-git.git
vcs-all-in-one
jupyterlab-git
jupyterlab-git
master

搜索帮助