This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/python/yap_kernel/appveyor.yml
2017-05-14 11:27:44 +01:00

36 lines
847 B
YAML

build: false
shallow_clone: false
skip_branch_with_pr: true
clone_depth: 1
environment:
matrix:
- python: "C:/Python27-x64"
- python: "C:/Python27"
- python: "C:/Python36-x64"
- python: "C:/Python36"
cache:
- C:\Users\appveyor\AppData\Local\pip\Cache
init:
- cmd: set PATH=%python%;%python%\scripts;%PATH%
install:
- cmd: |
pip install --upgrade pip wheel
pip --version
- cmd: |
pip install --pre -e . coverage nose_warnings_filters
pip install ipykernel[test] nose-timer
- cmd: |
pip install matplotlib numpy
pip freeze
- cmd: python -c "import ipykernel.kernelspec; ipykernel.kernelspec.install(user=True)"
test_script:
- cmd: nosetests --with-coverage --with-timer --cover-package=ipykernel ipykernel
on_success:
- cmd: pip install codecov
- cmd: codecov