12 Star 32 Fork 7

jajupmochi / graphkit-learn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 689 Bytes
一键复制 编辑 原始数据 按行查看 历史
jajupmochi 提交于 2020-09-27 16:36 . Update .appveyor.yml.
environment:
matrix:
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python38-x64"
# skip_commits:
# files:
# - "*.yml"
# - "*.rst"
# - "LICENSE"
install:
- "%PYTHON%\\python.exe -m pip install -U pip"
- "%PYTHON%\\python.exe -m pip install wheel"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "%PYTHON%\\python.exe -m pip install -U pytest"
build: off
test_script:
- "%PYTHON%\\python.exe setup.py bdist_wheel"
- "%PYTHON%\\python.exe -m pytest -v gklearn/tests/ --ignore=gklearn/tests/test_median_preimage_generator.py"
Python
1
https://gitee.com/jajupmochi/graphkit-learn.git
git@gitee.com:jajupmochi/graphkit-learn.git
jajupmochi
graphkit-learn
graphkit-learn
master

搜索帮助