1 Star 0 Fork 532

Alex/QUANTAXIS

forked from yutiansut/QUANTAXIS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
yutiansut 提交于 2019-07-25 00:37 . Update .travis.yml
language: python
sudo: required
matrix:
include:
- python: 3.5
- python: 3.6
os: "ubuntu"
# whitelist
# Use this to prepare the system to install prerequisites or dependencies
# command to install dependencies
install:
- "pip install pandas==0.24.2"
- "pip install git+https://github.com/yutiansut/pytdx"
- "pip install -r requirements.txt"
- "pip install git+https://github.com/yutiansut/tushare"
- "pip install quantaxis"
# command to build
script:
- "python setup.py install"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/alexford/QUANTAXIS.git
git@gitee.com:alexford/QUANTAXIS.git
alexford
QUANTAXIS
QUANTAXIS
master

搜索帮助