加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
yutiansut 提交于 2020-12-22 10:44 . #update for docker
language: python
sudo: required
matrix:
include:
- python: 3.7
- python: 3.8
os: "ubuntu"
# whitelist
# Use this to prepare the system to install prerequisites or dependencies
# command to install dependencies
install:
- "pip install git+https://github.com/yutiansut/pytdx"
- "pip install -r requirements.txt"
- "pip install quantaxis"
# command to build
script:
- "python setup.py install"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化