Слияние кода завершено, страница обновится автоматически
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 )