87 Star 198 Fork 81

Ricequant / RQAlpha

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hongzhang Liu 提交于 2017-04-27 10:57 . update to v3 bundle
language: python
dist: trusty
sudo: required
branches:
only:
- develop
- master
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
install:
# Install TA-Lib
- wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
- tar -xzvf ta-lib-0.4.0-src.tar.gz
- cd ta-lib
- ./configure --prefix=/usr
- make
- sudo make install
- cd ..
# Install bcolz
- pip install Cython
- pip install bcolz
# Install Test Deps
- pip install TA-Lib
- pip install coveralls
- pip install -U setuptools
- pip install funcat
- pip install ipython==5.3.0
- pip install .
script:
- ls -al $HOME/.rqalpha/
- ls -al $HOME/.rqalpha/bundle/
- |
if [ ! -d $HOME/.rqalpha/bundle/ex_cum_factor.bcolz ]; then
rqalpha update_bundle
fi
- coverage run --source=rqalpha test.py
cache:
directories:
- $HOME/.cache/pip
- $HOME/.rqalpha/bundle
after_success:
coveralls
Python
1
https://gitee.com/Ricequant/rqalpha.git
git@gitee.com:Ricequant/rqalpha.git
Ricequant
rqalpha
RQAlpha
master

搜索帮助