1 Star 0 Fork 0

vmware/vsphere-automation-sdk-python

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 305 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tianhao He 提交于 2019-04-19 14:50 +08:00 . fix travis.yml
language: python
python:
- "2.7"
- "3.6"
# command to install dependencies
install:
- pip install -r requirements.txt --extra-index-url file://$PWD/lib --upgrade --ignore-installed six
- pip install -r test-requirements.txt
# command to run tests
script:
- pycodestyle samples tests
- pytest
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/vmware_open/vsphere-automation-sdk-python.git
git@gitee.com:vmware_open/vsphere-automation-sdk-python.git
vmware_open
vsphere-automation-sdk-python
vsphere-automation-sdk-python
master

搜索帮助