1 Star 0 Fork 0

丁一鸣/python-redfish-library

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dirk Müller 提交于 2022-01-16 22:07 +08:00 . travis: add python 3.10 testing
dist: focal
language: python
cache:
- pip
python:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- '3.9'
# workaround for https://travis-ci.community/t/add-python-3-10/12220/12
- '3.10.1'
before_install:
- pip install -U pip
- pip install -U setuptools
- pip install -U wheel
install:
- pip install tox-travis .[devel]
script:
- tox
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ding_yi_ming/python-redfish-library.git
git@gitee.com:ding_yi_ming/python-redfish-library.git
ding_yi_ming
python-redfish-library
python-redfish-library
master

搜索帮助