1 Star 0 Fork 517

北京一呼通网络科技有限公司 / 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"
Python
1
https://gitee.com/bj118/QUANTAXIS.git
git@gitee.com:bj118/QUANTAXIS.git
bj118
QUANTAXIS
QUANTAXIS
master

搜索帮助