1 Star 0 Fork 0

elmlin/ZOOpt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
Servon-Lee 提交于 2020-04-10 15:24 . deprecate Python 2
language: python
python:
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7"
- "3.7-dev" # 3.7 development branch
- "3.8"
- "3.8-dev" # 3.8 development branch
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install coverage
- pip install codecov
# command to run tests
script:
- coverage run --source zoopt -m py.test
branches:
only:
- dev
- master
after_success:
- code_cov
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/elmxxxx/ZOOpt.git
git@gitee.com:elmxxxx/ZOOpt.git
elmxxxx
ZOOpt
ZOOpt
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385