3 Star 3 Fork 4

triobox/mlfinlab

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
jackal08 提交于 2019-05-16 18:34 +08:00 . * codecov only when success coverage 100%
# Config build
language: python
matrix:
include:
- python: 3.7.1
dist: xenial
sudo: true
# command to install dependencies
install:
- pip install -r requirements.txt
# Enabling the quiet flag can be useful if you’re trying to avoid log file size limit
git:
quiet: true
# command to run scripts
script:
- pylint mlfinlab --rcfile=.pylintrc -f text
- python -m unittest discover
- bash coverage
after_success:
- codecov
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/triobox/mlfinlab.git
git@gitee.com:triobox/mlfinlab.git
triobox
mlfinlab
mlfinlab
master

搜索帮助