1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/vcs-all-in-one-jupyterlab-git

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.travis.yml 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Frédéric Collonval Отправлено 28.05.2020 10:51 a98f32e
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

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/vcs-all-in-one-jupyterlab-git.git
git@api.gitlife.ru:oschina-mirror/vcs-all-in-one-jupyterlab-git.git
oschina-mirror
vcs-all-in-one-jupyterlab-git
vcs-all-in-one-jupyterlab-git
master