2 Star 4 Fork 4

xiongbillow/backtrader-cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
ox0spy 提交于 2017-11-17 22:38 +08:00 . .travis.yml: fix typos.
language: python
python:
- "3.6"
# email notification
notifications:
email:
recipients:
- 23249735@qq.com
on_success: never # default: change
on_failure: never # default: always
# services
services:
- mongodb
# command to install dependencies
install:
- make pip
# command to run tests coverage report
script:
- make coverage
after_success:
- codecov
- make webhook
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiongbillow/backtrader-cn.git
git@gitee.com:xiongbillow/backtrader-cn.git
xiongbillow
backtrader-cn
backtrader-cn
master

搜索帮助