首页
企业/组织
新建镜像项目
新建托管项目
登录
注册
开源镜像
/
gensim
分享
Activities
1
任务
Resources
Repositories
3934
Pull Requests
Roadmap
Calendar
Gantt
分支
8
Doc2Vec-init-docccomment-only
develop
fix_1808
master
nmf_speedups
online_nmf
poincare_model_gradients
rtd_theme
gensim
/
azure-pipelines.yml
History
View
编辑
Download
pool: vmImage: 'vs2017-win2016' strategy: matrix: py36: python.version: '3.6' TOXENV: "py36-win" py37: python.version: '3.7' TOXENV: "py37-win" py38: python.version: '3.8' TOXENV: "py38-win" steps: - task: UsePythonVersion@0 inputs: versionSpec: '$(python.version)' displayName: 'Use Python $(python.version)' - script: | python -m pip install --upgrade pip python -m pip install tox displayName: 'Install tox' - script: | tox -vv displayName: 'Testing'
Loading...